home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.7 / 1996-08_Disc_2.7.iso / menu.bat < prev    next >
DOS Batch File  |  1996-06-04  |  4KB  |  207 lines

  1. echo off
  2. cls
  3. :pcg
  4. echo.
  5. echo            ╔═════════════════════════════════════════╗
  6. echo            ║  Welcome to the PC GAMER DOS Installer  ║
  7. echo            ╚═════════════════════════════════════════╝
  8. echo.
  9. echo    ╔═══════════════════════════════════════════════════════════╗
  10. echo    ║  Please press the letter of the game you wish to install  ║
  11. echo    ╚═══════════════════════════════════════════════════════════╝
  12. echo.
  13. echo a. MegaRace II             n. Descent 2 (HOGS)
  14. echo b. FPS: Football Pro '96   o. E(X)it
  15. echo c. Age of Rifles                              
  16. echo d. Top Gun                 
  17. echo e. H2O                     
  18. echo f. Twin Blok              
  19. echo g. Time Lapse              
  20. echo h. Indiana Jones and His Desktop Adventures
  21. echo i. Monty Python & the Holy Grail
  22. echo j. Chess Mates
  23. echo k. HEXEN (WADS)
  24. echo l. DOOM 2 (WADS)                       
  25. echo m. Warcraft II Levels (PUDS)       
  26. echo.                           
  27. echo For information and system requirements on a given game, 
  28. echo please refer to the Disc Pages in the magazine.
  29. echo.
  30. choice /c:abcdefghijklmnopqrstuvwxyz /n
  31. if errorlevel 26 goto end
  32. if errorlevel 25 goto end
  33. if errorlevel 24 goto end
  34. if errorlevel 23 goto end
  35. if errorlevel 22 goto end
  36. if errorlevel 21 goto end
  37. if errorlevel 20 goto end
  38. if errorlevel 19 goto end
  39. if errorlevel 18 goto end
  40. if errorlevel 17 goto end
  41. if errorlevel 16 goto end
  42. if errorlevel 15 goto end
  43. if errorlevel 14 goto inst14
  44. if errorlevel 13 goto inst13
  45. if errorlevel 12 goto inst12
  46. if errorlevel 11 goto inst11
  47. if errorlevel 10 goto inst10
  48. if errorlevel 9 goto inst9
  49. if errorlevel 8 goto inst8
  50. if errorlevel 7 goto inst7
  51. if errorlevel 6 goto inst6
  52. if errorlevel 5 goto inst5
  53. if errorlevel 4 goto inst4
  54. if errorlevel 3 goto inst3
  55. if errorlevel 2 goto inst2
  56. if errorlevel 1 goto inst1
  57.  
  58. :inst1
  59. CD\MEGARACE
  60. CALL INSTALL.BAT
  61. echo.
  62. echo Type WIN to return to the PC Gamer CD.
  63. goto end
  64.  
  65. :inst2
  66. CD\FBPRO96
  67. CALL INSTALL.EXE
  68. echo.
  69. echo Type HIKE to start the game.
  70. echo.
  71. echo Type WIN to return to the PC Gamer CD.
  72. goto end
  73.  
  74. :inst3
  75. CD\AORDEMO
  76. CALL INSTALL.EXE
  77. echo.
  78. echo Type WIN to return to the PC Gamer CD.
  79. goto end
  80.  
  81. :inst4
  82. CD\TOPGUN
  83. CALL INSTALL.EXE
  84. echo.
  85. echo Type TGDEMO to start the game.
  86. echo.
  87. echo Type WIN to return to the PC Gamer CD.
  88. goto end
  89.  
  90. :inst5
  91. CD\H2O
  92. CALL INSTALL.EXE
  93. echo.
  94. cls
  95. echo.
  96. echo Type H2O to start the game.
  97. echo.
  98. echo.
  99. echo Type WIN to return to the PC Gamer CD. 
  100. goto end
  101.  
  102. :inst6
  103. CD\TWINBLOK
  104. CALL INSTALL.EXE
  105. echo.
  106. echo Type WIN to return to the PC Gamer CD. 
  107. goto end
  108.  
  109. :inst7
  110. cls
  111. echo.
  112. echo            TIME LAPSE
  113. echo. 
  114. echo Time Lapse is a Windows 3.1 game. You'll need to load Windows, or
  115. echo Win '95, and run the X:\TLAPSE\SETUP.EXE file (where X is the letter
  116. echo of your CD-ROM drive. 
  117. echo.
  118. echo You can check the Disc Pages in the magazine for more information.
  119. echo.
  120. echo.
  121. pause
  122. goto pcg
  123.  
  124.  
  125.  
  126. :inst8
  127. cls
  128. echo.
  129. echo            INDIANA JONES & HIS DESKTOP ADVENTURES
  130. echo. 
  131. echo Indiana Jones is a Windows 3.1 game. You'll need to load Windows, or
  132. echo Win '95, and run the X:\INDIANA\SETUP.EXE file (where X is the letter
  133. echo of your CD-ROM drive. 
  134. echo.
  135. echo You can check the Disc Pages in the magazine for more information.
  136. echo.
  137. echo.
  138. pause
  139. goto pcg
  140.  
  141. :inst9
  142. cls
  143. echo .
  144. echo       MONTY PYTHON & THE HOLY GRAIL
  145. echo.
  146. echo Monty Python & the Holy Grail is for Windows '95 only.
  147. echo.
  148. echo You'll need to load Windows '95 and run the X:\MONTY\GRAIL\GRLDEMO.EXE
  149. echo file (where X is the letter of your CD-ROM drive).
  150. echo.
  151. echo.
  152. pause
  153. goto pcg
  154.  
  155. :inst10
  156. cls
  157. echo.
  158. echo       CHESS MATES
  159. echo.
  160. echo Chess Mates is for Windows '95 only.
  161. echo.
  162. echo You'll need to load Windows '95 and run the X:\CHESS\INSTALL.EXE
  163. echo file (where X is the letter of your CD-ROM drive).
  164. echo.
  165. echo.
  166. pause
  167. goto pcg
  168.  
  169. :inst11
  170. cls
  171. CD\HEXEN
  172. cls
  173. TYPE README.TXT
  174. echo.
  175. echo Type WIN to return to the PC Gamer CD.
  176. goto end
  177.  
  178. :inst12
  179. CD\DOOM2
  180. CLS
  181. TYPE README.TXT 
  182. echo.
  183. echo Type WIN to return to the PC Gamer CD.
  184. goto end
  185.  
  186. :inst13
  187. CD\WARCRAFT
  188. cls
  189. TYPE README.TXT
  190. echo.
  191. echo Type WIN to return to the PC Gamer CD.
  192. goto end
  193.  
  194. :inst14
  195. CD\DESCENT2
  196. cls
  197. TYPE README.TXT
  198. echo.
  199. echo Type WIN to return to the PC Gamer CD.
  200. goto end
  201.  
  202.  
  203.  
  204. :end
  205.  
  206.  
  207.