home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
gamegif
/
cd-show.lzh
/
START.BAT
< prev
Wrap
DOS Batch File
|
1990-01-31
|
501b
|
40 lines
echo off
cls
type city3.ans
pause
echo off
:RESTART
CLS
type menu008.dat
askbat Enter Your Selection.. (ABCDEFG) ABCDEFG
if errorlevel 7 goto G
if errorlevel 6 goto F
if errorlevel 5 goto E
if errorlevel 4 goto D
if errorlevel 3 goto C
if errorlevel 2 goto B
if errorlevel 1 goto A
GOTO END
:A
show compact
GOTO RESTART
:B
GOTO RESTART
:C
GOTO RESTART
:D
GOTO RESTART
:E
GOTO RESTART
:F
GOTO RESTART
:G
GOTO END
:END
CLS