home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
menu
/
bms_7_21.arc
/
BATNORM.BAT
next >
Wrap
DOS Batch File
|
1987-07-21
|
672b
|
23 lines
echo off
echo
echo Your selection would have executed this item - BATCH METHOD
echo
echo
echo
echo This is a dummy batch file supplied so you can see what the menu system
echo looks like.
echo
echo This was executed normally, as part of the batch file method. You'll
echo notice that it is much slower than using the shell method.
echo
echo Try selecting the item named 'Secret' to try the password feature. The
echo password is 'PASSWORD'. Upper / Lower case does not matter.
echo
echo Read Bms.Doc for discussion of entire system.
echo
echo PRESS ANY KEY TO RETURN TO MENU. USE ESC KEY TO EXIT MENU.
echo
echo
pause
menu