home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.5 / 1997-08_Disc_3.5.iso / menu.bat < prev    next >
DOS Batch File  |  1997-06-03  |  8KB  |  392 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. Shadow Warrior (DOS)    n. Betrayal at Antara (WIN3.1/95)
  14. echo b. Sentient (DOS)          o. You Don't Know Jack (WIN95)
  15. echo c. Z.A.R. (DOS)            p. Ardennes Offensive (WIN95)        
  16. echo d. Absolute Pinball (DOS)  q. Battleground: Napoleon (Win3.1/95)
  17. echo e. Bust A Move 2 (DOS)     r. Battleground: Bull Run (Win3.1/95)
  18. echo f. Moto Racer GP (WIN95)   s. Need for Speed 2 (WIN95)
  19. echo g. Palace (WIN3.1/95)      t. History of the World (Win3.1/95)
  20. echo h. Fallout (WIN95)         u. C&C: Red Alert (MPRs)
  21. echo i. Esoteria (WIN95)        v. Quake (BSPs)
  22. echo j. Meat Puppet (WIN95)     w. WarCraft II (PUDs)
  23. echo k. Pandemonium (WIN95)     x. Duke Nukem 3D (MAPs)
  24. echo l. Machine Hunter (WIN95)  y. Doom2 (WADs)
  25. echo m. Frozen Ape (Win3.1/95)  z. Exit
  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 inst25
  33. if errorlevel 24 goto inst24
  34. if errorlevel 23 goto inst23
  35. if errorlevel 22 goto inst22
  36. if errorlevel 21 goto inst21
  37. if errorlevel 20 goto inst20
  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\SWDOS            
  61. CALL INSTALL.EXE
  62. echo.
  63. pause
  64. goto end
  65.  
  66. :inst2
  67. cls
  68. CD\SENTIENT         
  69. CALL INSTALL.BAT
  70. echo.
  71. pause
  72. goto end
  73.  
  74. :inst3
  75. cls
  76. echo.
  77. echo                      Z.A.R.
  78. echo.
  79. echo     There are two ways to install Z.A.R.
  80. echo.
  81. echo     The first, and easiest way, is to load Windows (3.1 or 95) and
  82. echo     run the \ZARDEMO\SETUP.EXE file. This will extract the files
  83. echo     to your hard drive. You can then run the game from DOS.
  84. echo.
  85. echo     The other way is to copy the contents of the \ZARDOS directory
  86. echo     from the CD to your hard drive. 
  87. echo.
  88. pause
  89. goto pcg
  90.  
  91.  
  92. :inst4
  93. cls
  94. CD\PINBALL
  95. CALL INSTALL.BAT
  96. echo.
  97. pause
  98. goto end
  99.  
  100. :inst5 
  101. cls
  102. CD\BAM2DOS
  103. CALL BAM2.BAT
  104. echo.
  105. pause
  106. goto end
  107.  
  108. :inst6
  109. cls
  110. echo.
  111. echo                         MOTO RACER GP
  112. echo. 
  113. echo   Moto Racer GP requires Windows 95.
  114. echo.
  115. echo   You'll need to load Windows 95 and run the D:\MOTORACE\DEMO.EXE
  116. echo   file (where D is the letter of your CD-ROM drive).
  117. echo.
  118. echo.
  119. pause
  120. goto pcg
  121.  
  122. :inst7
  123. cls
  124. echo .
  125. echo                    PALACE
  126. echo. 
  127. echo   Palace requires Windows 3.1 or 95.
  128. echo.
  129. echo   You'll need to load Windows 95 and run the D:\WARLORDS\SETUP.EXE   
  130. echo   file (where D is the letter of your CD-ROM drive).
  131. echo.
  132. echo.
  133. pause
  134. goto pcg
  135.  
  136. :inst8
  137. cls
  138. echo .
  139. echo                         FALLOUT
  140. echo. 
  141. echo Fallout requires Windows 95.
  142. echo.
  143. echo You'll need to load Windows 95 and run the D:\FALLDEMO\FALLDEMO.EXE
  144. echo file (where D is the letter of your CD-ROM drive).
  145. echo.
  146. echo.
  147. pause
  148. goto pcg
  149.  
  150. :inst9
  151. cls
  152. echo.
  153. echo                       ESOTERIA
  154. echo. 
  155. echo   Esoteria requires Windows 95.
  156. echo.
  157. echo   You'll need to load Windows 95 and run the D:\ESTDEMO\SETUP.EXE
  158. echo   file (where D is the letter of your CD-ROM drive).
  159. echo.
  160. echo.
  161. pause
  162. goto pcg
  163.  
  164. :inst10
  165. cls
  166. echo.
  167. echo                       MEAT PUPPET
  168. echo. 
  169. echo   Meat Puppet requires Windows 95.
  170. echo.
  171. echo   You'll need to load Windows 95 and run the D:\MEATDEMO\MPDEMO02.EXE
  172. echo   file (where D is the letter of your CD-ROM drive).
  173. echo.
  174. echo.
  175. pause
  176. goto pcg
  177.  
  178. :inst11
  179. cls
  180. echo .
  181. echo                    PANDEMONIUM
  182. echo. 
  183. echo Pandemonium requires Windows 95.
  184. echo.
  185. echo You'll need to load Windows 95 and run the D:\PANDEMON\SETUP.EXE  
  186. echo file (where D is the letter of your CD-ROM drive).
  187. echo.
  188. echo.
  189. pause
  190. goto pcg
  191.  
  192. :inst12
  193. cls
  194. echo .
  195. echo                     MACHINE HUNTER
  196. echo. 
  197. echo Machine Hunter requires Windows 95.
  198. echo.
  199. echo You'll need to load Windows 95 and run the D:\MHDEMO\SETUP.EXE
  200. echo file (where D is the letter of your CD-ROM drive).
  201. echo.
  202. echo.
  203. pause
  204. goto pcg
  205.  
  206. :inst13
  207. cls
  208. echo .
  209. echo                   FROZEN APE
  210. echo. 
  211. echo Frozen Ape requires Windows 3.1 or 95.
  212. echo.
  213. echo You'll need to load Windows and run the D:\MONKEY\SETUP.EXE
  214. echo file (where D is the letter of your CD-ROM drive).
  215. echo.
  216. echo.
  217. pause
  218. goto pcg
  219.  
  220. :inst14
  221. cls
  222. echo .
  223. echo                    BETRAYAL IN ANTARA
  224. echo. 
  225. echo Betrayal in Antara requires Windows 95.
  226. echo.
  227. echo You'll need to load Windows 95 and run the D:\BATDEMO\BIADEMO.EXE   
  228. echo file (where D is the letter of your CD-ROM drive).
  229. echo.
  230. echo.
  231. pause
  232. goto pcg
  233.  
  234. :inst15
  235. cls
  236. echo .
  237. echo              YOU DON'T KNOW JACK SPORTS & VOL. 2
  238. echo. 
  239. echo You Don't Know Jack requires Windows 95.
  240. echo.
  241. echo You'll need to load Windows 95 and run the D:\YDKJDEMO\5QDEMO.EXE
  242. echo for the Sports Edition and D:\YDKNDEMO\SETUP.EXE for volume 2
  243. echo (where D is the letter of your CD-ROM drive).
  244. echo.
  245. echo You can check the Disc Pages in the magazine for more information.
  246. echo.
  247. echo.
  248. pause
  249. goto pcg
  250.  
  251. :inst16
  252. cls
  253. echo.
  254. echo                       ARDENNES OFFENSIVE
  255. echo. 
  256. echo   Ardennes Offensive requires Windows 95.
  257. echo.
  258. echo   You'll need to load Windows 95 and run the D:\TAODEMO\TAODEMO.EXE
  259. echo   file (where D is the letter of your CD-ROM drive).
  260. echo.
  261. echo.
  262. pause
  263. goto pcg
  264.  
  265.  
  266. :inst17
  267. cls
  268. echo.
  269. echo                    BATTLEGROUND: NAPOLEON
  270. echo. 
  271. echo   Battleground: Napoleon requires Windows 3.1 or 95.
  272. echo.
  273. echo   You'll need to load Windows and run the D:\NIR_DEMO\SETUP.EXE
  274. echo   file (where D is the letter of your CD-ROM drive).
  275. echo.
  276. echo.
  277. pause
  278. goto pcg
  279.  
  280. :inst18
  281. cls
  282. echo.
  283. echo                    BATTLEGROUND: BULL RUN
  284. echo. 
  285. echo   Battleground: Bull Run requires Windows 3.1 or 95.
  286. echo.
  287. echo   You'll need to load Windows and run the D:\BGBR\SETUP.EXE
  288. echo   file (where D is the letter of your CD-ROM drive).
  289. echo.
  290. echo.
  291. pause
  292. goto pcg
  293.  
  294. :inst19
  295. cls
  296. echo.
  297. echo                    NEED FOR SPEED 2
  298. echo. 
  299. echo   Need for Speed 2 requires Windows 95.
  300. echo.
  301. echo   You'll need to load Windows 95 and run the D:\NFSDEMO\SETUP.EXE
  302. echo   file (where D is the letter of your CD-ROM drive).
  303. echo.
  304. echo.
  305. pause
  306. goto pcg
  307.  
  308. :inst20
  309. cls
  310. echo.
  311. echo                    HISTORY OF THE WORLD
  312. echo. 
  313. echo   History of the World requires Windows 3.1 or 95.
  314. echo.
  315. echo   You'll need to load Windows 95 and run the D:\HOTWDEMO\SETUP.EXE
  316. echo   file (where D is the letter of your CD-ROM drive).
  317. echo.
  318. echo.
  319. pause
  320. goto pcg
  321.  
  322.  
  323. :inst24
  324. cls
  325. CD\DUKE3D
  326. cls
  327. TYPE README.TXT
  328. echo.
  329. pause
  330. echo.
  331. echo Type WIN to return to the PC Gamer CD.
  332. echo.
  333. echo Type MENU to return to the DOS installation menu.
  334. goto end
  335.  
  336. :inst23
  337. CD\WAR2
  338. cls
  339. TYPE README.TXT
  340. echo.
  341. pause
  342. echo.
  343. echo Type WIN to return to the PC Gamer CD.
  344. echo.
  345. echo Type MENU to return to the DOS installation menu.
  346. goto end
  347.  
  348. :inst22
  349. cls
  350. CD\QUAKE
  351. cls
  352. TYPE README.TXT
  353. echo.
  354. echo Type WIN to return to the PC Gamer CD.
  355. echo.
  356. pause
  357. echo.
  358. echo Type MENU to return to the DOS installation menu.
  359. goto end
  360.  
  361. :inst25
  362. CD\DOOM2
  363. CLS
  364. TYPE README.TXT 
  365. echo.
  366. pause
  367. echo.
  368. echo Type WIN to return to the PC Gamer CD.
  369. echo.
  370. echo Type MENU to return to the DOS installation menu.
  371. goto end
  372.  
  373. :inst21
  374. cls
  375. CD\REDALERT
  376. cls
  377. TYPE README.TXT
  378. echo.
  379. echo Type WIN to return to the PC Gamer CD.
  380. echo.
  381. pause
  382. echo.
  383. echo Type MENU to return to the DOS installation menu.
  384. goto end
  385.  
  386.        
  387.  
  388.  
  389. :end
  390.            
  391.  
  392.