home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 13 / 1995-12_Disc_13.iso / bga / instbga.bat < prev    next >
DOS Batch File  |  1995-10-03  |  2KB  |  57 lines

  1. cls
  2. :menu
  3. echo off
  4. echo            ╔════════════════════════════════════╗
  5. echo            ║  BATTLEGROUND ARDENNES Installation║
  6. echo            ║                                    ║
  7. echo            ║  This program may not install from ║
  8. echo            ║  our PC Gamer front end. If you    ║
  9. echo            ║  have any problems, read the       ║
  10. echo            ║  "Install Notes" below.            ║
  11. echo            ╚════════════════════════════════════╝
  12. echo. 
  13. echo. 
  14. echo        Select from one of the following options:
  15. echo        1. Install 
  16. echo        2. Install Notes
  17. echo        3. E(X)it 
  18. echo. 
  19. echo        Please enter a choice: 1,2,3
  20. choice /c:123xi /n
  21. if errorlevel 5 goto vpi
  22. if errorlevel 4 goto end
  23. if errorlevel 3 goto end
  24. if errorlevel 2 goto run
  25. if errorlevel 1 goto vpi
  26.  
  27. :vpi
  28. CD\BGA
  29. CALL WIN SETUP.EXE
  30. goto end
  31.  
  32. :run
  33. cls          
  34. echo         ╔═════════════════════════════════════════════════════╗
  35. echo         ║                                                     ║
  36. echo         ║  BATTLEGROUND ARDENNES INSTALLATION FOR WINDOWS     ║
  37. echo         ║                                                     ║
  38. echo         ║  If you're experiencing problems installing this    ║
  39. echo         ║  program from our PC Gamer front end, you'll need   ║
  40. echo         ║  to EXIT and load Windows.                          ║
  41. echo         ║                                                     ║
  42. echo         ║  From Windows, pull down the FILE menu and select   ║
  43. echo         ║  RUN.                                               ║
  44. echo         ║                                                     ║
  45. echo         ║  From the RUN option, enter D:\BGA\SETUP.EXE        ║
  46. echo         ║  where "D:" is the letter of you CD-ROM drive.      ║
  47. echo         ║                                                     ║
  48. echo         ║  If you are using WINDOWS '95, access the \BGA      ║
  49. echo         ║  directory on the CD and locate SETUP.EXE           ║
  50. echo         ║                                                     ║
  51. echo         ╚═════════════════════════════════════════════════════╝
  52. echo.
  53. pause
  54. goto menu
  55.  
  56. :end
  57.