home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megastorm 3.0
/
Megastorm_3.0_CD2.iso
/
rolling.bat
< prev
next >
Wrap
DOS Batch File
|
1996-01-21
|
531b
|
43 lines
@echo off
cls
echo Loading.....
menu rolling.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
cc
:2
daedalus
:3
mission
:4
monopoly
:5
shaninst
:6
install
:7
7
:8
8
:9
9
:10
10
:fatal
echo Fatal error in Menu program
:stop
start