Difference between revisions of "SET PROMPT"

From Recital Documentation Wiki
Jump to: navigation, search
Line 32: Line 32:
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|PROMPT]]
 
[[Category:Set_Commands|PROMPT]]
 +
[[Category:Terminal Environment]]
 +
[[Category:Terminal Environment Set Commands]]

Revision as of 13:10, 2 June 2009

Class

Recital Terminal Developer Environment


Purpose

Specify the interactive prompt


Syntax

SET PROMPT TO <expC> | DEFAULT


See Also

SET SQLPROMPT, SET TIME


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 Terminal Developer