home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 September / pcwk_09_96.iso / sharewar / dos / gry / cybrpuck / go.bat < prev    next >
DOS Batch File  |  1995-03-02  |  610b  |  32 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. play the_end.fli 7
  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. :PastEnd
  32.