home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
menu
/
bms_7_21.arc
/
BATSHELL.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-07-21
|
837b
|
20 lines
echo off
echo
echo Your selection would have executed this item - SHELL METHOD
echo
echo
echo This is a dummy batch file supplied so you can see what the menu system
echo looks like. If you examine the file 'Sample.Bms', you'll see how the
echo menu prompts and application names are used. You can have anywhere from
echo 1 to 240 items on the menu, and each one can have it's own password.
echo
echo This was run with the shell method. Much faster than the batch file
echo method, but you pay a memory penalty of course...
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.