home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Sellers 7: Football Classics 2
/
CD1.iso
/
bsfball2
/
dos
/
3dblast
/
install.exe
/
START.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-09-26
|
560b
|
31 lines
@echo off
memtst.exe
if errorlevel = 13 goto PastEnd
if errorlevel = 12 goto PastEnd
if errorlevel = 11 goto PastEnd
if errorlevel = 10 goto need386
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