home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 14 / 1996-01_Disc_14.iso / icebreak / instice.bat < prev    next >
DOS Batch File  |  1995-10-27  |  2KB  |  56 lines

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