home *** CD-ROM | disk | FTP | other *** search
/ Boink! 1995 February / BOINK_CD2.ISO / dosspiel / cyber / go.bat < prev    next >
DOS Batch File  |  1995-04-07  |  618b  |  34 lines

  1. @echo off
  2. memtst.exe 386 B552960 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 %1
  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. bbs.exe
  22. goto Main
  23. :MenuError
  24. vid.com
  25. echo Internal Error.  Did you run CyberPuck from within the
  26. echo CyberPuck directory?
  27. goto PastEnd
  28. :exit
  29. vid.com
  30. order_c.exe
  31. pause
  32. xorder.exe
  33. :PastEnd
  34.