home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 13 / 1995-12_Disc_13.iso / endorfun / instendo.bat < prev   
DOS Batch File  |  1995-10-04  |  2KB  |  60 lines

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