home *** CD-ROM | disk | FTP | other *** search
/ Season's Greetings & Games Unlimited / UGOLD_cd2.iso / 3dbb / start.bat < prev    next >
DOS Batch File  |  1994-09-25  |  560b  |  31 lines

  1. @echo off
  2. memtst.exe
  3. if errorlevel = 13 goto PastEnd
  4. if errorlevel = 12 goto PastEnd
  5. if errorlevel = 11 goto PastEnd
  6. if errorlevel = 10 goto need386
  7. play intro.fli 5
  8. title.exe
  9. :Main
  10. menu.exe
  11. if errorlevel = 100 goto exit
  12. if errorlevel = 0 goto play
  13. goto Main
  14. :play
  15. p f pu1 x
  16. if errorlevel = 69 goto EndOfGame
  17. goto Main
  18. :EndOfGame
  19. play the_end.fli 8
  20. goto Main
  21. rem mode 80
  22. rem @echo End of Game, now buy the full version.
  23. rem goto PastEnd
  24. :need386
  25. echo You need a 386 to play Ball Blaster
  26. goto PastEnd
  27. :exit
  28. mode 80
  29. bb.exe
  30. :PastEnd
  31.