home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 10 / 1995-09_Disc_10.iso / threat / threat.bat < prev    next >
DOS Batch File  |  1995-06-30  |  665b  |  35 lines

  1. cls
  2. @echo off
  3. @echo            ╔═══════════════════════════════════╗
  4. @echo            ║  Threat Installation & Play Notes ║
  5. @echo            ╚═══════════════════════════════════╝
  6. @echo .
  7. @echo .
  8. @echo        Select from one of the following options:
  9. @echo        1. Run Game from CD
  10. @echo        2. Notes
  11. @echo        3. E(X)it 
  12. @echo .
  13. @echo        Please enter a choice: 1,2,3
  14. choice /c:123xr /n
  15. if errorlevel 5 goto vpr
  16. if errorlevel 4 goto end
  17. if errorlevel 3 goto end
  18. if errorlevel 2 goto w95
  19. if errorlevel 1 goto vpr
  20.  
  21. :vpr
  22. CLS
  23. CD\THREAT
  24. CALL THREAT.EXE
  25. goto end
  26.  
  27. :w95
  28. CLS
  29. CD\THREAT
  30. TYPE THREAT.DOC |MORE
  31. pause
  32. goto end
  33.  
  34. :end
  35.