home *** CD-ROM | disk | FTP | other *** search
- PAUSE
- Suspends execution of a batch file until a key is pressed.
-
- COMMAND TYPE: Internal (batch) VERSION: 2.0 and up
-
- USE: PAUSE [comment]
-
- comment is an optional comment that may be entered. It will be
- displayed when PAUSE is executed.
-
- EXAMPLE: PAUSE Insert next disc in drive A
- When this PAUSE command is executed, the following message will appear.
-
- Insert next disc in drive A
- Strike any key to continue ...
-
- The message Strike a key when ready is automatically displayed
- whenever the PAUSE command is used. The comment line will not appear
- if ECHO is off. At a PAUSE point, a batch file may be terminated by
- pressing CTRL-C or CTRL-BREAK.
-