home *** CD-ROM | disk | FTP | other *** search
- @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
-