home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.2 / 1997-05_Disc_3.2.iso / MENU.BAT < prev    next >
DOS Batch File  |  1997-02-27  |  7KB  |  329 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. MDK (DOS)               n. Air Warrior II (WIN95)
  14. echo b. Redneck Rampage (DOS)   o. Tiger Shark (WIN95)   
  15. echo c. Blood (DOS)             p. Emperor of the Fading Sun (WIN95)
  16. echo d. Test Drive: Off Road    q. InterCasino (WIN95/WIN3.1)
  17. echo e. Realms of the Haunting  r. Quake (BSPs)     
  18. echo f. F22 Lightning II (DOS)  s. C&C: Red Alert (MPRs)
  19. echo g. Chasm (DOS)             t. Doom2 (WADs)
  20. echo h. Tomb Raider - part II   u. WarCraft II (PUDs)
  21. echo i. Aaron vs. Ruth (WIN95)  v. Duke Nukem 3D (MAPs)
  22. echo j. Ultra 3D Mini Golf      w. Exit
  23. echo k. Jack Nicklaus 4 (WIN95)
  24. echo l. SimCopter (WIN95)    
  25. echo m. Palace                  
  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 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\
  61. CALL INSTALL.BAT
  62. echo.
  63. pause
  64. goto end
  65.  
  66. :inst2
  67. cls
  68. CD\REDNECK
  69. CALL INSTALL.BAT
  70. echo.
  71. pause
  72. goto end
  73.  
  74. :inst3
  75. cls
  76. CD\BLOOD
  77. CALL INSTALL.EXE
  78. echo.
  79. pause
  80. goto end
  81.  
  82.  
  83. :inst4
  84. cls
  85. CD\TDORDEMO
  86. CALL INSTALL.EXE
  87. echo.
  88. goto end
  89.  
  90. :inst5 
  91. cls
  92. CD\ROTHDEMO
  93. CALL INSTALL.EXE
  94. echo.
  95. goto end
  96.  
  97. :inst6
  98. cls
  99. CD\F22DEMO
  100. CALL INSTALL.EXE
  101. echo.
  102. goto end
  103.  
  104. :inst7
  105. cls
  106. echo.
  107. echo                     CHASM          
  108. echo.
  109. echo To install Chasm, you'll need to copy the contents of the
  110. echo \CHASM directory to your hard-drive. Then, run the CHASM.EXE
  111. echo file to run the game.
  112. echo.
  113. echo.
  114. pause
  115. goto pcg
  116.  
  117. :inst8
  118. cls
  119. echo.
  120. echo                 TOMB RAIDER - PART II
  121. echo.
  122. echo To install Tomb Raider, you'll need to copy the contents of the
  123. echo \TOMBRAID directory to your hard-drive. Then, run the TOMB.EXE
  124. echo file to run the game.
  125. echo
  126. echo NOTE: The name of the directory you create on your hard drive must
  127. echo be \TOMBRAID.
  128. echo.
  129. echo.
  130. pause
  131. goto pcg
  132.  
  133. :inst9
  134. cls
  135. echo.
  136. echo                  AARON VS. RUTH    
  137. echo.
  138. echo Aaron vs. Ruth is for Windows '95 only.
  139. echo.
  140. echo To install Aaron vs. Ruth, you'll need to copy the contents of the
  141. echo \AVR directory to your hard-drive. Then, run the AVRDEMO.EXE
  142. echo file from Windows 95 to run the game.
  143. echo.
  144. echo.
  145. pause
  146. goto pcg
  147.  
  148. :inst10
  149. cls
  150. echo .
  151. echo                 ULTRA 3D MINI GOLF    
  152. echo.
  153. echo Ultra 3D Mini Golf is for Windows 95 only.
  154. echo.
  155. echo You'll need to load Windows and run the D:\MGDEMO\SETUP.EXE  
  156. echo file (where D is the letter of your CD-ROM drive).
  157. echo.
  158. echo.
  159. pause
  160. goto pcg
  161.  
  162. :inst11
  163. cls
  164. echo .
  165. echo                JACK NICKLAUS 4  
  166. echo.
  167. echo Jack Nicklaus 4 is for Windows '95 only.
  168. echo.
  169. echo Load Windows '95 and run the D:\JN4DEMO\SETUP.EXE 
  170. echo file (where D is the letter of your CD-ROM drive).
  171. echo.
  172. echo.
  173. pause
  174. goto pcg
  175.  
  176. :inst12
  177. cls
  178. echo .
  179. echo                  SIMCOPTER  
  180. echo. 
  181. echo SimCopter requires Windows 95.
  182. echo.
  183. echo You'll need to load Windows 95 and run the D:\SCDEMO\SIMCOP~8.EXE
  184. echo file (where D is the letter of your CD-ROM drive).
  185. echo.
  186. echo.
  187. pause
  188. goto pcg
  189.  
  190. :inst13
  191. cls
  192. echo .
  193. echo                        PALACE
  194. echo. 
  195. echo Palace is an online chat software which requires Windows.
  196. echo.
  197. echo You'll need to load Windows 95 and run the D:\PALACE\PAL-201.EXE
  198. echo file (where D is the letter of your CD-ROM drive).
  199. echo.
  200. echo You can check the Disc Pages in the magazine for more information.
  201. echo.
  202. echo.
  203. pause
  204. goto pcg
  205.  
  206. :inst14
  207. cls
  208. echo.
  209. echo                    AIR WARRIOR II
  210. echo.
  211. echo Air Warrior II  requires Windows 95.
  212. echo.
  213. echo You'll need to load Windows and run the D:\AW2DEMO\AW2DEMO.EXE
  214. echo file (where D is the letter of your CD-ROM drive).
  215. echo.
  216. pause
  217. goto pcg
  218.  
  219. :inst15
  220. cls
  221. echo.
  222. echo                     TIGER SHARK         
  223. echo.
  224. echo Tiger Shark requires Windows 95.
  225. echo.
  226. echo You'll need to load Windows and run the D:\TSDEMO\GO.EXE   
  227. echo file (where D is the letter of your CD-ROM drive).
  228. echo.
  229. pause
  230. goto pcg
  231.  
  232. :inst16
  233. cls
  234. echo .
  235. echo                  EMPEROR OF THE FADING SUN 
  236. echo.                  
  237. echo Emperor of the Fading Sun requires Windows 95.
  238. echo.
  239. echo You'll need to load Windows '95 and run the D:\EFSDEMO\SETUP.EXE
  240. echo file (where D is the letter of your CD-ROM drive).
  241. echo.
  242. pause
  243. goto pcg
  244.  
  245. :inst17
  246. cls
  247. echo .
  248. echo                      INTERCASINO        
  249. echo.                  
  250. echo InterCasino requires Windows 3.x or Windows 95.
  251. echo.
  252. echo You'll need to load Windows and run D:\CASINO\CASINO31.EXE or
  253. echo D:\CASINO\CASINO95NT.EXE, depending on the version of Windows
  254. echo you use (D: represents the letter of your CD-ROM drive).
  255. echo.
  256. pause
  257. goto pcg
  258.  
  259.                     
  260. :inst22
  261. cls
  262. CD\DUKE3D
  263. cls
  264. TYPE README.TXT
  265. echo.
  266. pause
  267. echo.
  268. echo Type WIN to return to the PC Gamer CD.
  269. echo.
  270. echo Type MENU to return to the DOS installation menu.
  271. goto end
  272.  
  273. :inst21
  274. CD\WAR2
  275. cls
  276. TYPE README.TXT
  277. echo.
  278. pause
  279. echo.
  280. echo Type WIN to return to the PC Gamer CD.
  281. echo.
  282. echo Type MENU to return to the DOS installation menu.
  283. goto end
  284.  
  285. :inst18
  286. cls
  287. CD\QUAKE
  288. cls
  289. TYPE README.TXT
  290. echo.
  291. echo Type WIN to return to the PC Gamer CD.
  292. echo.
  293. pause
  294. echo.
  295. echo Type MENU to return to the DOS installation menu.
  296. goto end
  297.  
  298. :inst20
  299. CD\DOOM2
  300. CLS
  301. TYPE README.TXT 
  302. echo.
  303. pause
  304. echo.
  305. echo Type WIN to return to the PC Gamer CD.
  306. echo.
  307. echo Type MENU to return to the DOS installation menu.
  308. goto end
  309.  
  310. :inst19
  311. cls
  312. CD\REDALERT
  313. cls
  314. TYPE README.TXT
  315. echo.
  316. echo Type WIN to return to the PC Gamer CD.
  317. echo.
  318. pause
  319. echo.
  320. echo Type MENU to return to the DOS installation menu.
  321. goto end
  322.  
  323.        
  324.  
  325.  
  326. :end
  327.            
  328.  
  329.