home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 9 / CD_1.iso / install / 3dcyber / game.bat < prev    next >
DOS Batch File  |  1994-10-26  |  690b  |  36 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. play intro.fli 6
  8. title.exe
  9. if errorlevel = 0 goto Main
  10. goto MenuError
  11. :Main
  12. menu.exe
  13. if errorlevel = 100 goto exit
  14. if errorlevel = 0 goto play
  15. goto MenuError
  16. :play
  17. dungeon.exe f x
  18. if errorlevel = 69 goto EndOfGame
  19. if errorlevel 0 goto NoError
  20. error.exe
  21. goto exit
  22. :NoError
  23. goto Main
  24. :EndOfGame
  25. play the_end.fli 7
  26. goto Main
  27. :MenuError
  28. vid.com
  29. echo Internal Error.  Did you run Cyber Blaster from within the
  30. echo Cyber Blaster directory?
  31. goto PastEnd
  32. :exit
  33. vid.com
  34. cb_share.exe
  35. :PastEnd
  36.