home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 10 / 1995-09_Disc_10.iso / disk1 / instsim.bat < prev    next >
DOS Batch File  |  1995-07-05  |  1KB  |  50 lines

  1. cls
  2. @echo off
  3. @echo            ╔══════════════════════════════╗
  4. @echo            ║  SimTower Installation Notes ║
  5. @echo            ╚══════════════════════════════╝
  6. @echo .
  7. @echo        SimTower is a Windows based game.
  8. @ECHO .
  9. @echo        If you have any problem installing
  10. @echo        the game, exit our front-end, load
  11. @echo        Windows. Pull down the FILE menu,
  12. @echo        click on RUN, select BROWSE, select
  13. @echo        your CD-ROM drive, locate the 
  14. @echo        SETUP.EXE file in the DISK1 
  15. @echo        subdirectory.
  16. @echo .
  17. @echo .
  18. @echo        Select from one of the following options:
  19. @echo        (I)nstall 
  20. @echo        (W)indows '95 Note 
  21. @echo        (E)xit 
  22. @echo .
  23. @echo        Please enter a choice: I,W,E
  24. choice /c:iwex /n
  25. if errorlevel 4 goto end
  26. if errorlevel 3 goto end
  27. if errorlevel 2 goto vpr
  28. if errorlevel 1 goto vpi
  29.  
  30. :vpi
  31. CLS
  32. CD\DISK1
  33. CALL SETUP.EXE
  34. goto end
  35.  
  36. :vpr
  37. cls
  38. @echo off
  39. @ECHO          This installation will not work for
  40. @echo          Windows '95. To install the game,
  41. @echo          exit our front-end, go to your 
  42. @echo          Windows '95 program manager and 
  43. @echo          load the SETUP.EXE file which is
  44. @echo          located on the \DISK1 directory.
  45. @echo .
  46. pause
  47. goto end
  48.  
  49. :end
  50.