home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 13 / 1995-12_Disc_13.iso / dagger / rundaggr.bat < prev   
DOS Batch File  |  1995-10-02  |  2KB  |  62 lines

  1. cls
  2. :menu
  3. echo off
  4. echo            ╔════════════════════════════════════╗
  5. echo            ║          DAGGER'S RAGE             ║
  6. echo            ║                                    ║
  7. echo            ║  Dagger's Rage is a Windows game.  ║
  8. echo            ║  It may not run properly from our  ║
  9. echo            ║  PC Gamer CD. But we'll give it a  ║
  10. echo            ║  try anyway.                       ║
  11. echo            ║                                    ║
  12. echo            ║  If the game won't run from our    ║
  13. echo            ║  PC Gamer CD, it can still be run  ║
  14. echo            ║  from Windows. Select the Windows  ║
  15. echo            ║  Note below for more details.      ║
  16. echo            ╚════════════════════════════════════╝
  17. echo. 
  18. echo. 
  19. echo        Select from one of the following options:
  20. echo        1. Run Dagger's Rage
  21. echo        2. Windows Note
  22. echo        3. E(X)it 
  23. echo. 
  24. echo        Please enter a choice: 1,2,3
  25. choice /c:123xi /n
  26. if errorlevel 5 goto vpi
  27. if errorlevel 4 goto end
  28. if errorlevel 3 goto end
  29. if errorlevel 2 goto run
  30. if errorlevel 1 goto vpi
  31.  
  32. :vpi
  33. CD\DAGGER
  34. CALL WIN DEMO.EXE
  35. goto end
  36.  
  37. :run
  38. cls          
  39. echo         ╔═════════════════════════════════════════════════════╗
  40. echo         ║                                                     ║
  41. echo         ║              DAGGER'S RAGE FOR WINDOWS              ║
  42. echo         ║                                                     ║
  43. echo         ║  If you're experiencing problems running this       ║
  44. echo         ║  program from our PC Gamer front end, you'll need   ║
  45. echo         ║  to EXIT and load Windows.                          ║
  46. echo         ║                                                     ║
  47. echo         ║  From Windows, pull down the FILE menu and select   ║
  48. echo         ║  RUN.                                               ║
  49. echo         ║                                                     ║
  50. echo         ║  From the RUN option, enter D:\DAGGER\DEMO.EXE      ║
  51. echo         ║  where "D:" is the letter of you CD-ROM drive.      ║
  52. echo         ║                                                     ║
  53. echo         ║  If you are using WINDOWS '95, access the \DAGGER   ║
  54. echo         ║  directory on the CD and locate DEMO.EXE            ║
  55. echo         ║                                                     ║
  56. echo         ╚═════════════════════════════════════════════════════╝
  57. echo.
  58. pause
  59. goto menu
  60.  
  61. :end
  62.