PAUSE

Syntax

PAUSE [<text>];

Description

Similar to PROMPT, but waits for the user to press the return key after the text is displayed. Single and double quotes have to be doubled like in SQL strings.

Examples

prompt 'Please note the following message!';
pause 'Message: &message';