home *** CD-ROM | disk | FTP | other *** search
- Explanation of the PAUSE command. It is
- a BATCH command.
-
- This command will let the batch file pause
- until the user presses a key on the keyboard.
-
- Example:
- After you type a screen with certain
- information, and you want your user
- to read this information, then add
- a pause statement right after it:
- Echo off
- cls
- type test.bat
- pause