PROMPT


Used to change the prompt character used by terminal input commands

 

COMMAND SYNTAX

PROMPT expression

 

SYNTAX ELEMENTS

expression can evaluate to any printable string.

 

NOTES

The entire string is used as the prompt.

The default prompt character is the question mark "?" character.

 

EXAMPLE

PROMPT "Next answer : "
INPUT Answer


jBC