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

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