home *** CD-ROM | disk | FTP | other *** search
/ Boink! 1995 February / BOINK_CD2.ISO / dosspiel / cyber / start.bat < prev    next >
DOS Batch File  |  1995-04-07  |  684b  |  37 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. title.exe intro.seq
  8. if errorlevel = 0 goto Main
  9. goto MenuError
  10. :Main
  11. menu.exe
  12. if errorlevel = 100 goto exit
  13. if errorlevel = 0 goto play
  14. goto MenuError
  15. :play
  16. dungeon.exe f x %1
  17. if errorlevel = 69 goto EndOfGame
  18. if errorlevel 0 goto NoError
  19. error.exe
  20. goto exit
  21. :NoError
  22. goto Main
  23. :EndOfGame
  24. bbs.exe
  25. goto Main
  26. :MenuError
  27. vid.com
  28. echo Internal Error.  Did you run CyberPuck from within the
  29. echo CyberPuck directory?
  30. goto PastEnd
  31. :exit
  32. vid.com
  33. order_c.exe
  34. pause
  35. xorder.exe
  36. :PastEnd
  37.