home *** CD-ROM | disk | FTP | other *** search
- COMMAND: PAUSE2 DOCUMENTATION : On-line
-
- FUNCTION: Suspends system processing from a batch file, displays a message,
- and waits for a response from the user.
-
- FORMAT: PAUSE2 text
-
- TYPE: Public domain batch sub-command
-
- REMARKS: PAUSE2 is an enhanced version of the DOS batch sub-command PAUSE
- that gives the user control over the message displayed, allows
- beeps to be included, and then waits for the user to press any key.
- The required message 'text' can include ^G (Ctrl-G) to beep the
- speaker once for each time ^G appears. Program execution resumes
- when any key is pressed.
-
-
-
-
-
-
-
-