home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megastorm 3.0
/
Megastorm_3.0_CD2.iso
/
start.bat
< prev
next >
Wrap
DOS Batch File
|
1995-09-10
|
465b
|
39 lines
@echo off
cls
echo Loading.....
menu
if errorlevel 100 goto fatal
if errorlevel 27 goto stop
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
playable
:2
rolling
:3
pccd
:4
console
:5
5
:6
6
:7
7
:8
8
:9
9
:fatal
echo Fatal error in Menu program
:stop