home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 13 / 1995-12_Disc_13.iso / upinball / inst3dpb.bat < prev    next >
DOS Batch File  |  1995-10-04  |  3KB  |  64 lines

  1. cls
  2. :menu
  3. echo off
  4. echo            ╔════════════════════════════════════╗
  5. echo            ║    3D ULTRA PINBALL 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            ║  If you have WINDOWS '95, you'll   ║
  15. echo            ║  need to exit our PC Gamer CD,     ║
  16. echo            ║  enter WINDOWS '95 and run the     ║
  17. echo            ║  game from there.                  ║
  18. echo            ╚════════════════════════════════════╝
  19. echo. 
  20. echo. 
  21. echo        Select from one of the following options:
  22. echo        1. Install 
  23. echo        2. Install Notes
  24. echo        3. E(X)it 
  25. echo. 
  26. echo        Please enter a choice: 1,2,3
  27. choice /c:123xi /n
  28. if errorlevel 5 goto vpi
  29. if errorlevel 4 goto end
  30. if errorlevel 3 goto end
  31. if errorlevel 2 goto run
  32. if errorlevel 1 goto vpi
  33.  
  34. :vpi
  35. CD\UPINBALL
  36. CALL WIN SETUP.EXE
  37. goto end
  38.  
  39. :run
  40. cls          
  41. echo         ╔═════════════════════════════════════════════════════╗
  42. echo         ║                                                     ║
  43. echo         ║    3D ULTRA PINBALL INSTALLATION FOR WINDOWS        ║
  44. echo         ║                                                     ║
  45. echo         ║  If you're experiencing problems installing this    ║
  46. echo         ║  program from our PC Gamer front end, you'll need   ║
  47. echo         ║  to EXIT and load Windows.                          ║
  48. echo         ║                                                     ║
  49. echo         ║  From Windows, pull down the FILE menu and select   ║
  50. echo         ║  RUN.                                               ║
  51. echo         ║                                                     ║
  52. echo         ║  From the RUN option, enter D:\UPINBALL\SETUP.EXE   ║
  53. echo         ║  where "D:" is the letter of you CD-ROM drive.      ║
  54. echo         ║                                                     ║
  55. echo         ║  If you are using WINDOWS '95, access the \UPINBALL ║
  56. echo         ║  directory on the CD and locate SETUP.EXE           ║
  57. echo         ║                                                     ║
  58. echo         ╚═════════════════════════════════════════════════════╝
  59. echo.
  60. pause
  61. goto menu
  62.  
  63. :end
  64.