home *** CD-ROM | disk | FTP | other *** search
/ Night Trap (The Director's Cut) / Night_Trap_CD2.iso / nt.bat < prev    next >
DOS Batch File  |  1995-08-22  |  573b  |  28 lines

  1. @ECHO OFF
  2. setup\dgame %1 %2
  3. if errorlevel  3 goto end
  4. if errorlevel  2 goto setup
  5. if errorlevel  1 goto diagnostics
  6. goto end
  7. :setup
  8. setup\gcset
  9. if errorlevel  3 goto end
  10. if errorlevel  2 goto setup
  11. if errorlevel  1 goto diagnostics
  12. if errorlevel  0 goto game
  13. goto end
  14. :game
  15. setup\dgame 
  16. if errorlevel  3 goto end
  17. if errorlevel  2 goto setup
  18. if errorlevel  1 goto diagnostics
  19. goto end
  20. :diagnostics
  21. setup\gctest
  22. if errorlevel  3 goto end
  23. if errorlevel  2 goto setup
  24. if errorlevel  1 goto diagnostics
  25. if errorlevel  0 goto game
  26. :end
  27. echo Thank You
  28.