home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore the World of Soft…ids, Adults, Educational
/
RocelcoInc-ExploreTheWorldOfSoftware-KidsAdultsEducational-Vol2-Shareware.iso
/
educate
/
disk001
/
bpause.dat
< prev
next >
Wrap
Text File
|
1991-11-28
|
437b
|
16 lines
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