home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megastorm 3.0
/
Megastorm_3.0_CD2.iso
/
pccd.bat
< prev
next >
Wrap
DOS Batch File
|
1995-09-10
|
523b
|
43 lines
@echo off
cls
echo Loading.....
menu pccd.dat
if errorlevel 100 goto fatal
if errorlevel 27 goto stop
if errorlevel 10 goto 10
if errorlevel 9 goto 9
if errorlevel 8 goto 8
if errorlevel 7 goto 7
if errorlevel 6 goto 6
if errorlevel 5 goto 5
if errorlevel 4 goto 4
if errorlevel 3 goto 3
if errorlevel 2 goto 2
if errorlevel 1 goto 1
cls
goto stop
:1
hod
:2
11th
:3
indy2
:4
tilt
:5
shannara
:6
cyberia2
:7
lol2
:8
8
:9
9
:10
10
:fatal
echo Fatal error in Menu program
:stop
start