home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 13 / 1995-12_Disc_13.iso / fury3 / runfury3.bat < prev    next >
DOS Batch File  |  1995-10-04  |  2KB  |  59 lines

  1. cls
  2. :menu
  3. echo off
  4. echo            ╔═══════════════════════════════════════════╗
  5. echo            ║                  FURY3                    ║
  6. echo            ║                                           ║
  7. echo            ║              IMPORTANT NOTE!              ║
  8. echo            ║                                           ║
  9. echo            ║  This is the Fury3 WINDOWS '95 demo.      ║
  10. echo            ║                                           ║
  11. echo            ║  If the game won't run from our PC Gamer  ║
  12. echo            ║  CD, you'll need to exit and load into    ║
  13. echo            ║  WINDOWS '95. Select the Windows '95      ║
  14. echo            ║  Note below for more details.             ║
  15. echo            ╚═══════════════════════════════════════════╝
  16. echo. 
  17. echo. 
  18. echo        Select from one of the following options:
  19. echo        1. Run Fury3
  20. echo        2. Windows '95 Note
  21. echo        3. E(X)it 
  22. echo. 
  23. echo        Please enter a choice: 1,2,3
  24. choice /c:123xi /n
  25. if errorlevel 5 goto vpi
  26. if errorlevel 4 goto end
  27. if errorlevel 3 goto end
  28. if errorlevel 2 goto run
  29. if errorlevel 1 goto vpi
  30.  
  31. :vpi
  32. CD\FURY3
  33. CALL FURY3X.EXE
  34. goto end
  35.  
  36. :run
  37. cls          
  38. echo         ╔═════════════════════════════════════════════════════╗
  39. echo         ║                                                     ║
  40. echo         ║               FURY3 FOR WINDOWS '95                 ║
  41. echo         ║                                                     ║
  42. echo         ║  We do not suggest your run our PC Gamer CD within  ║
  43. echo         ║  WINDOWS '95, but if you are, and you're having     ║
  44. echo         ║  problems running this program from our PC Gamer    ║
  45. echo         ║  CD, you'll need to EXIT and load Windows '95.      ║
  46. echo         ║                                                     ║
  47. echo         ║  From Windows '95, locate the game's executable     ║
  48. echo         ║  file which can be found in the D:\FURY3 directory, ║
  49. echo         ║  (where "D" is the letter of your CD-ROM drive.     ║
  50. echo         ║                                                     ║
  51. echo         ║  The name of the file is FURY3X.EXE.                ║
  52. echo         ║                                                     ║
  53. echo         ╚═════════════════════════════════════════════════════╝
  54. echo.
  55. pause
  56. goto menu
  57.  
  58. :end
  59.