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

  1. cls
  2. :menu
  3. echo off
  4. echo        ╔═══════════════════════════════════════════════════╗
  5. echo        ║             FRANKENSTEIN Installation             ║
  6. echo        ║                                                   ║
  7. echo        ║  This program is for Windows and may not install  ║
  8. echo        ║  properly from our PC Gamer CD. If you have any   ║
  9. echo        ║  problems, read the "Install Notes" below.        ║
  10. echo        ║                                                   ║
  11. echo        ║  QUICKTIME for Windows Note: During the install   ║
  12. echo        ║  you'll be prompted to install the latest version ║
  13. echo        ║  of QuickTime. Select the option to do this.      ║
  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\FRANK
  32. CALL WIN INSTALL.EXE
  33. goto end
  34.  
  35. :run
  36. cls          
  37. echo         ╔═════════════════════════════════════════════════════╗
  38. echo         ║                                                     ║
  39. echo         ║      FRANKENSTEIN 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:\FRANK\INSTALL.EXE    ║
  49. echo         ║  where "D:" is the letter of you CD-ROM drive.      ║
  50. echo         ║                                                     ║
  51. echo         ╚═════════════════════════════════════════════════════╝
  52. echo.
  53. pause
  54. goto menu
  55.  
  56. :end
  57.