Difference between revisions of "SET PROMPT"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Specify the interactive prompt | Specify the interactive prompt | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | SET SQLPROMPT, SET TIME | + | [[SET SQLPROMPT]], [[SET TIME]] |
Line 23: | Line 16: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
> set prompt to ". " | > set prompt to ". " | ||
. set prompt to default | . set prompt to default | ||
− | > </ | + | > |
+ | </code> | ||
==Products== | ==Products== | ||
− | Recital Terminal | + | Recital |
+ | [[Category:Documentation]] | ||
+ | [[Category:Commands]] | ||
+ | [[Category:Set_Commands|PROMPT]] | ||
+ | [[Category:Terminal Environment]] | ||
+ | [[Category:Terminal Environment Set Commands]] |
Latest revision as of 17:13, 23 November 2009
Purpose
Specify the interactive prompt
Syntax
SET PROMPT TO <expC> | DEFAULT
See Also
Description
The SET PROMPT TO <expC> command allows you to specify the interactive prompt. The prompt string can be a maximum of 10 characters long. The SET PROMPT TO DEFAULT command resets the prompt back to ’> ’. By default, the prompt is ’ > ’.
Example
> set prompt to ". " . set prompt to default >
Products
Recital