home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.9 / 1996-10_Disc_2.9.iso / menu.bat < prev    next >
DOS Batch File  |  1996-08-01  |  7KB  |  321 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. Eradicator             n. Time Commando   
  14. echo b. Albion                 o. Hellbender 
  15. echo c. XenoPhage              p. Duke Nukem 3D (MAPS)
  16. echo d. Pray For Death         q. WarCraft II Levels (PUDS)
  17. echo e. Cyberstorm             r. HEXEN (WADS)
  18. echo f. Deadlock               s. Doom 2 (WADS)
  19. echo g. Sci-Fi Trivia          t. e(X)it
  20. echo h. Muppet Treasure Island
  21. echo i. Monkey Madness Mayhem
  22. echo j. Casino Planner For Craps
  23. echo k. Close Combat
  24. echo l. Fire Fight      
  25. echo m. Caddy Hack           
  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 inst19
  39. if errorlevel 18 goto inst18
  40. if errorlevel 17 goto inst17
  41. if errorlevel 16 goto inst16
  42. if errorlevel 15 goto inst15
  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. cls
  60. CD\ERAD
  61. CALL INSTALL.EXE
  62. echo.
  63. echo Type WIN to return to the PC Gamer CD.
  64. goto end
  65.  
  66. :inst2
  67. CD\ALBION
  68. CALL SETUP.EXE
  69. echo.
  70. echo To play, type ALBION
  71. echo.
  72. echo Type WIN to return to the PC Gamer CD.
  73. goto end
  74.  
  75. :inst3
  76. CD\XENOPHAG
  77. CALL INSTALL.EXE
  78. echo.
  79. echo To play, type XPS
  80. echo.
  81. echo Type WIN to return to the PC Gamer CD.
  82. goto end
  83.  
  84. :inst4
  85. echo off
  86. cls
  87. CD\PFD
  88. echo.
  89. echo The installation of this game will require you to type INSTALL
  90. echo followed by the letter of your hard drive.
  91. echo.
  92. echo EXAMPLE
  93. echo INSTALL C:   (if your hard drive is C:)
  94. echo.
  95. echo Type WIN to return to the PC Gamer CD.
  96. goto end
  97.  
  98. :inst5
  99. cls
  100. echo.
  101. echo                  MISSION FORCE: CYBERSTORM
  102. echo. 
  103. echo Cyberstorm is a Windows 3.1/Win95 game. You'll need to load Windows
  104. echo or Win '95 and run the X:\CSTORM\CSTORM.EXE file (where X is the letter
  105. echo of your CD-ROM drive).
  106. echo.
  107. echo You can check the Disc Pages in the magazine for more information.
  108. echo.
  109. echo.
  110. pause
  111. goto pcg
  112.  
  113. :inst6
  114. cls
  115. echo.
  116. echo                             DEADLOCK        
  117. echo. 
  118. echo Deadlock is a Windows 3.1/Win95 game. You'll need to load Windows
  119. echo or Win '95 and run the X:\DEADLOCK\SETUP.EXE file (where X is the letter
  120. echo of your CD-ROM drive).
  121. echo.
  122. echo You can check the Disc Pages in the magazine for more information.
  123. echo.
  124. echo.
  125. pause
  126. goto pcg
  127.  
  128. :inst7
  129. cls
  130. echo.
  131. echo                         SCI-FI TRIVIA   
  132. echo. 
  133. echo Sci-Fi Trivia is a Windows 3.1/Win95 game. You'll need to load Windows
  134. echo or Win '95 and run the X:\SFTRIVIA\SETUP.EXE file (where X is the letter
  135. echo of your CD-ROM drive).
  136. echo.
  137. echo You can check the Disc Pages in the magazine for more information.
  138. echo.
  139. echo.
  140. pause
  141. goto pcg
  142.  
  143. :inst8
  144. cls
  145. echo.
  146. echo                     MUPPET TREASURE ISLAND
  147. echo. 
  148. echo Muppet Treasure Island is a Windows 3.1/Win95 game. You'll need to 
  149. echo Windows and run either:
  150. echo X:\MUPPETS\DEMO\MTIWIN31.EXE -- for Windows 3.1
  151. echo               or
  152. echo X:\MUPPETS\DEMO\MTIWIN95.EXE -- for Win95
  153. echo.
  154. echo (where X is the letter of your CD-ROM drive)
  155. echo.
  156. echo.
  157. echo You can check the Disc Pages in the magazine for more information.
  158. echo.
  159. echo.
  160. pause
  161. goto pcg
  162.  
  163. :inst9
  164. cls
  165. echo.
  166. echo                      MONKEY MADNESS MAYHEM
  167. echo. 
  168. echo Monkey Madness Mayhem is a Windows 3.1 game. You'll need to load Windows
  169. echo or Win '95 and run the X:\MONKEY\GIANTAPE.EXE file (where X is the letter
  170. echo of your CD-ROM drive).
  171. echo.
  172. echo You can check the Disc Pages in the magazine for more information.
  173. echo.
  174. echo.
  175. pause
  176. goto pcg
  177.  
  178. :inst10
  179. cls
  180. echo.
  181. echo                  CASINO PLANNER FOR CRAPS
  182. echo. 
  183. echo Casino Planner For Craps is a Windows 3.1 game. You'll need to load Windows
  184. echo or Win '95 and run the X:\CRAPMINI\IGSCMINI.EXE file (where X is the letter
  185. echo of your CD-ROM drive).
  186. echo.
  187. echo You can check the Disc Pages in the magazine for more information.
  188. echo.
  189. echo.
  190. pause
  191. goto pcg
  192.  
  193. :inst11
  194. cls
  195. echo .
  196. echo                    CLOSE COMBAT         
  197. echo.
  198. echo Close Combat is for Windows '95 only.
  199. echo.
  200. echo You'll need to load Windows '95 and run the X:\CCOMBAT\CCTRIAL.EXE
  201. echo file (where X is the letter of your CD-ROM drive).
  202. echo.
  203. echo.
  204. pause
  205. goto pcg
  206.  
  207. :inst12
  208. cls
  209. echo .
  210. echo                     FIRE FIGHT       
  211. echo.
  212. echo Fire Fight is for Windows '95 only.
  213. echo.
  214. echo You'll need to load Windows '95 and run the X:\FIREFGHT\LOADER.EXE
  215. echo file (where X is the letter of your CD-ROM drive).
  216. echo.
  217. echo.
  218. pause
  219. goto pcg
  220.  
  221. :inst13
  222. cls
  223. echo .
  224. echo                    CADDY HACK      
  225. echo.
  226. echo Caddy Hack is for Windows '95 only.
  227. echo.
  228. echo You'll need to load Windows '95 and run the X:\CADYHACK\SETUP.EXE
  229. echo file (where X is the letter of your CD-ROM drive).
  230. echo.
  231. echo.
  232. pause
  233. goto pcg
  234.  
  235.  
  236. :inst14
  237. cls
  238. echo .
  239. echo                   TIME COMMANDO         
  240. echo.
  241. echo Time Commando is for Windows '95 only.
  242. echo.
  243. echo You'll need to load Windows '95 and run the X:\TIMECO\SETUP.EXE 
  244. echo file (where X is the letter of your CD-ROM drive).
  245. echo.
  246. echo.
  247. pause
  248. goto pcg
  249.  
  250. :inst15
  251. cls
  252. echo .
  253. echo                   HELLBENDER           
  254. echo.
  255. echo Hellbender is for Windows '95 only.
  256. echo.
  257. echo You'll need to load Windows '95 and run the X:\HELLBEND\HELLTRIAL.EXE
  258. echo file (where X is the letter of your CD-ROM drive).
  259. echo.
  260. echo.
  261. pause
  262. goto pcg
  263.  
  264. :inst16
  265. cls
  266. CD\DUKE3D
  267. cls
  268. TYPE README.TXT
  269. echo.
  270. pause
  271. echo.
  272. echo Type WIN to return to the PC Gamer CD.
  273. echo.
  274. echo Type MENU to return to the DOS installation menu.
  275. goto end
  276.  
  277. :inst17
  278. CD\WAR2
  279. cls
  280. TYPE README.TXT
  281. echo.
  282. pause
  283. echo.
  284. echo Type WIN to return to the PC Gamer CD.
  285. echo.
  286. echo Type MENU to return to the DOS installation menu.
  287. goto end
  288.  
  289. :inst18
  290. cls
  291. CD\HEXEN
  292. cls
  293. TYPE README.TXT
  294. echo.
  295. echo Type WIN to return to the PC Gamer CD.
  296. echo.
  297. pause
  298. echo.
  299. echo Type MENU to return to the DOS installation menu.
  300. goto end
  301.  
  302. :inst19
  303. CD\DOOM2
  304. CLS
  305. TYPE README.TXT 
  306. echo.
  307. pause
  308. echo.
  309. echo Type WIN to return to the PC Gamer CD.
  310. echo.
  311. echo Type MENU to return to the DOS installation menu.
  312. goto end
  313.  
  314.  
  315.  
  316.  
  317.  
  318. :end
  319.  
  320.  
  321.