home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
101 Games
/
101gamesdisk21994.iso
/
bestgam2
/
blast10
/
start.bat
< prev
next >
Wrap
DOS Batch File
|
1994-09-25
|
560b
|
31 lines
@echo off
memtst.exe
if errorlevel = 10 goto need386
if errorlevel = 11 goto PastEnd
if errorlevel = 12 goto PastEnd
if errorlevel = 13 goto PastEnd
play intro.fli 5
title.exe
:Main
menu.exe
if errorlevel = 100 goto exit
if errorlevel = 0 goto play
goto Main
:play
p f pu1 x
if errorlevel = 69 goto EndOfGame
goto Main
:EndOfGame
play the_end.fli 8
goto Main
rem mode 80
rem @echo End of Game, now buy the full version.
rem goto PastEnd
:need386
echo You need a 386 to play Ball Blaster
goto PastEnd
:exit
mode 80
bb.exe
:PastEnd