home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 9 / CD_1.iso / install / 3dcyber / gobat.org < prev    next >
Text File  |  1994-10-26  |  616b  |  32 lines

  1. @echo off
  2. memtst.exe 386 B480000 F15 O1024
  3. if errorlevel = 13 goto PastEnd
  4. if errorlevel = 12 goto PastEnd
  5. if errorlevel = 11 goto PastEnd
  6. if errorlevel = 10 goto PastEnd
  7. :Main
  8. menu.exe
  9. if errorlevel = 100 goto exit
  10. if errorlevel = 0 goto play
  11. goto MenuError
  12. :play
  13. dungeon.exe f x
  14. if errorlevel = 69 goto EndOfGame
  15. if errorlevel 0 goto NoError
  16. error.exe
  17. goto exit
  18. :NoError
  19. goto Main
  20. :EndOfGame
  21. play the_end.fli 7
  22. goto Main
  23. :MenuError
  24. vid.com
  25. echo Internal Error.  Did you run Cyber Blaster from within the
  26. echo Cyber Blaster directory?
  27. goto PastEnd
  28. :exit
  29. vid.com
  30. cb_share.exe
  31. :PastEnd
  32.