home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
menu
/
bms_7_21.arc
/
MENU.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-07-21
|
670b
|
32 lines
: *** Menu.Bat ***
echo off
cls
echo Please wait
:START
exit
BMS
If Not ErrorLevel 1 Goto Exit
If ErrorLevel 32 BATNORM
If ErrorLevel 31 BATNORM
If ErrorLevel 30 BATNORM
If ErrorLevel 29 BATNORM
If ErrorLevel 28 BATNORM
If ErrorLevel 27 BATNORM
If ErrorLevel 25 BATNORM
If ErrorLevel 24 BATNORM
If ErrorLevel 23 BATNORM
If ErrorLevel 22 BATNORM
If ErrorLevel 21 BATNORM
If ErrorLevel 20 BATNORM
If ErrorLevel 19 BATNORM
If ErrorLevel 18 BATNORM
If ErrorLevel 17 BATNORM
If ErrorLevel 16 BATNORM
If ErrorLevel 15 BATNORM
If ErrorLevel 14 BATNORM
If ErrorLevel 13 BATNORM
If ErrorLevel 12 BATNORM
If ErrorLevel 11 BATNORM
Goto Start
:EXIT