home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.8 / 1997-11_Disc_3.8.bin / MENU.BAT < prev    next >
DOS Batch File  |  1997-09-08  |  7KB  |  322 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. The Last Express (DOS)  n. Claw
  14. echo b. Commanche 3 (DOS)       o. Palace
  15. echo c. Hexen II                p. Duke Nukem 3D (MAPs)
  16. echo d. Dungeon Keeper          q. C&C: Red Alert (MPRs)
  17. echo e. Virtua Fighter 2        r. Quake Levels (BSPs)
  18. echo f. G-Police                s. WarCraft II (PUDs)
  19. echo g. FPS: Baseball Pro '98   t. Doom 2 (WADs)
  20. echo h. Pax Imperia             u. Exit
  21. echo i. Warbirds 2.0
  22. echo j. War Wind 2
  23. echo k. Dark Rift
  24. echo l. YoungBlood
  25. echo m. Legends Football '98
  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. choice /c:abcdefghijklmnopqrstuvwxyz /n
  30. if errorlevel 26 goto end
  31. if errorlevel 25 goto end
  32. if errorlevel 24 goto end
  33. if errorlevel 23 goto end
  34. if errorlevel 22 goto end
  35. if errorlevel 21 goto end
  36. if errorlevel 20 goto inst20
  37. if errorlevel 19 goto inst19
  38. if errorlevel 18 goto inst18
  39. if errorlevel 17 goto inst17
  40. if errorlevel 16 goto inst16
  41. if errorlevel 15 goto inst15
  42. if errorlevel 14 goto inst14
  43. if errorlevel 13 goto inst13
  44. if errorlevel 12 goto inst12
  45. if errorlevel 11 goto inst11
  46. if errorlevel 10 goto inst10
  47. if errorlevel 9 goto inst9
  48. if errorlevel 8 goto inst8
  49. if errorlevel 7 goto inst7
  50. if errorlevel 6 goto inst6
  51. if errorlevel 5 goto inst5
  52. if errorlevel 4 goto inst4
  53. if errorlevel 3 goto inst3
  54. if errorlevel 2 goto inst2
  55. if errorlevel 1 goto inst1
  56.  
  57. :inst1
  58. cls
  59. CD\TLEDEMO
  60. CALL EXPRESS.EXE
  61. echo.
  62. pause
  63. goto end
  64.  
  65. :inst2
  66. cls
  67. CD\C3DEMO
  68. CALL INSTALL.EXE
  69. echo.
  70. pause
  71. goto end
  72.  
  73. :inst3
  74. cls
  75. echo.
  76. echo                    HEXEN II
  77. echo. 
  78. echo   Hexen II requires Windows 95.
  79. echo.
  80. echo   You'll need to load Windows 95 and run the D:\HEXENII\HEX2DEMO.EXE
  81. echo   file (where D is the letter of your CD-ROM drive).
  82. echo.
  83. echo.
  84. pause
  85. goto pcg
  86.  
  87.  
  88. :inst4
  89. cls
  90. echo.
  91. echo                  DUNGEON KEEPER
  92. echo. 
  93. echo   Dungeon Keeper requires Windows 95.
  94. echo.
  95. echo   You'll need to load Windows 95 and run the D:\DKMAGDEM\SETUP.BAT
  96. echo   file (where D is the letter of your CD-ROM drive).
  97. echo.
  98. echo.
  99. pause
  100. goto pcg
  101.  
  102. :inst5 
  103. cls
  104. echo.
  105. echo                   VIRTUA FIGHTER 2
  106. echo. 
  107. echo   Virtua Fighter 2 requires Windows 95.
  108. echo.
  109. echo   You'll need to load Windows 95 and run the D:\VF2DEMO\VF2_DEMO.EXE
  110. echo   file (where D is the letter of your CD-ROM drive).
  111. echo.
  112. echo.
  113. pause
  114. goto pcg
  115.  
  116. :inst6
  117. cls
  118. echo.
  119. echo                  G-POLICE
  120. echo. 
  121. echo   G-Police requires Windows 95.
  122. echo.
  123. echo   You'll need to load Windows 95 and run the D:\GPDEMO\SETUP.EXE
  124. echo   file (where D is the letter of your CD-ROM drive).
  125. echo.
  126. echo.
  127. pause
  128. goto pcg
  129.  
  130. :inst7
  131. cls
  132. echo.
  133. echo                   FPS: BASEBALL PRO '98
  134. echo. 
  135. echo   FPS: Baseball Pro '98 requires Windows 95.
  136. echo.
  137. echo   You'll need to load Windows 95 and run the D:\FPSBASEB\BB98DML.EXE
  138. echo   file (where D is the letter of your CD-ROM drive).
  139. echo.
  140. echo.
  141. pause
  142. goto pcg
  143.  
  144. :inst8
  145. cls
  146. echo.
  147. echo                    PAX IMPERIA
  148. echo. 
  149. echo   Pax Imperia requires Windows 95.
  150. echo.
  151. echo   You'll need to load Windows 95 and run the D:\PAXIMPER\SETUP.EXE
  152. echo   file (where D is the letter of your CD-ROM drive).
  153. echo.
  154. echo.
  155. pause
  156. goto pcg
  157.  
  158. :inst9
  159. cls
  160. echo.
  161. echo                  WARBIRDS 2.0
  162. echo. 
  163. echo   Warbirds 2.0 requires Windows 95.
  164. echo.
  165. echo   You'll need to load Windows 95 and run the D:\WB2DEMO\WB2DEMO.EXE
  166. echo   file (where D is the letter of your CD-ROM drive).
  167. echo.
  168. echo.
  169. pause
  170. goto pcg
  171.  
  172. :inst10
  173. cls
  174. echo.
  175. echo                   WAR WIND 2
  176. echo. 
  177. echo   War Wind 2 requires Windows 95.
  178. echo.
  179. echo   You'll need to load Windows 95 and run the D:\WARWIND2\SETUP.EXE
  180. echo   file (where D is the letter of your CD-ROM drive).
  181. echo.
  182. echo.
  183. pause
  184. goto pcg
  185.  
  186. :inst11
  187. cls
  188. echo.
  189. echo                   DARK RIFT
  190. echo. 
  191. echo   Dark Rift requires Windows 95.
  192. echo.
  193. echo   You'll need to load Windows 95 and run the D:\DR_DEMO\DR_DEMO.EXE
  194. echo   file (where D is the letter of your CD-ROM drive).
  195. echo.
  196. echo.
  197. pause
  198. goto pcg
  199.  
  200. :inst12
  201. cls
  202. echo.
  203. echo                   YOUNGBLOOD
  204. echo. 
  205. echo   YougBlood requires Windows 95.
  206. echo.
  207. echo   You'll need to load Windows 95 and run the D:\YOUNGBLD\YOUNG95.EXE
  208. echo   file (where D is the letter of your CD-ROM drive).
  209. echo.
  210. echo.
  211. pause
  212. goto pcg
  213.  
  214. :inst13
  215. cls
  216. echo.
  217. echo                    LEGENDS FOOTBALL '98
  218. echo. 
  219. echo   Legends Football '98 requires Windows 95.
  220. echo.
  221. echo   You'll need to load Windows 95 and run D:\LEGEND98\DEMO50\DEMO50.EXE
  222. echo   or D:\LEGEND98\DEMO50\DEMO97.EXE depending on which era you wish to
  223. echo   play  (where D is the letter of your CD-ROM drive).
  224. echo.
  225. echo.
  226. pause
  227. goto pcg
  228.  
  229. :inst14
  230. cls
  231. echo.
  232. echo                     CLAW
  233. echo. 
  234. echo   Claw requires Windows 95.
  235. echo.
  236. echo   You'll need to load Windows 95 and run the D:\CLAW\CLAWDINS.EXE
  237. echo   file (where D is the letter of your CD-ROM drive).
  238. echo.
  239. echo.
  240. pause
  241. goto pcg
  242.  
  243.  
  244. :inst15
  245. cls
  246. echo.
  247. echo                     PALACE
  248. echo. 
  249. echo   Palace requires Windows 95.
  250. echo.
  251. echo   You'll need to load Windows 95 and run the D:\PALACE\SETUP.EXE
  252. echo   file (where D is the letter of your CD-ROM drive).
  253. echo.
  254. echo.
  255. pause
  256. goto pcg
  257.  
  258. :inst16
  259. cls
  260. CD\DUKE3D
  261. cls
  262. TYPE README.TXT
  263. echo.
  264. pause
  265. echo.
  266. echo Type WIN to return to the PC Gamer CD.
  267. echo.
  268. echo Type MENU to return to the DOS installation menu.
  269. goto end
  270.  
  271. :inst19
  272. CD\WAR2
  273. cls
  274. TYPE README.TXT
  275. echo.
  276. pause
  277. echo.
  278. echo Type WIN to return to the PC Gamer CD.
  279. echo.
  280. echo Type MENU to return to the DOS installation menu.
  281. goto end
  282.  
  283. :inst18
  284. cls
  285. CD\QUAKE
  286. cls
  287. TYPE README.TXT
  288. echo.
  289. echo Type WIN to return to the PC Gamer CD.
  290. echo.
  291. pause
  292. echo.
  293. echo Type MENU to return to the DOS installation menu.
  294. goto end
  295.  
  296. :inst20
  297. CD\DOOM2
  298. CLS
  299. TYPE README.TXT 
  300. echo.
  301. pause
  302. echo.
  303. echo Type WIN to return to the PC Gamer CD.
  304. echo.
  305. echo Type MENU to return to the DOS installation menu.
  306. goto end
  307.  
  308. :inst17
  309. cls
  310. CD\REDALERT
  311. cls
  312. TYPE README.TXT
  313. echo.
  314. echo Type WIN to return to the PC Gamer CD.
  315. echo.
  316. pause
  317. echo.
  318. echo Type MENU to return to the DOS installation menu.
  319. goto end
  320.  
  321. :end
  322.