home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 September / PCWK996.iso / sharewar / dos / gry / cybrpuck / start.bat < prev    next >
DOS Batch File  |  1995-10-13  |  674b  |  35 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. play the_end.fli 7
  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.bat
  34. :PastEnd
  35.