Difference between revisions of "Recital Getting Started"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{YLM to do}}
 
{{YLM to do}}
 
==Starting Recital==
 
==Starting Recital==
 +
<code lang="bash">
 +
$ db
 +
</code>
 +
 +
or
 +
 +
<code lang="bash">
 +
$ recital
 +
</code>
 +
 +
The first time you start Recital, you will be prompted to choose your system-wide [[SET COMPATIBLE|language]] and [[SET FILETYPE|filetype]] settings to ensure optimum compatibilty if you are migrating from an XBase system. 
 +
 +
[[Image:compat_dialog.png]]
 +
 +
These settings will be written to the system [[Configuration Files|compat.db]] file.  The ''Compatibility'' dialog will be redisplayed at the start of an interactive session any time the ''compat.db'' file is not found.  The settings can also be altered by entering '''set compatible''' at the prompt.
 +
 +
<code lang="recital">
 +
> set compatible
 +
</code>
 +
 
==Exiting Recital==
 
==Exiting Recital==
 
To exit Recital, type '''quit''' at the prompt:
 
To exit Recital, type '''quit''' at the prompt:

Revision as of 11:53, 19 February 2010

Template:YLM to do

Starting Recital

$ db

or

$ recital

The first time you start Recital, you will be prompted to choose your system-wide language and filetype settings to ensure optimum compatibilty if you are migrating from an XBase system.

Compat dialog.png

These settings will be written to the system compat.db file. The Compatibility dialog will be redisplayed at the start of an interactive session any time the compat.db file is not found. The settings can also be altered by entering set compatible at the prompt.

> set compatible

Exiting Recital

To exit Recital, type quit at the prompt:

> quit

Editing Files