home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7 / 1995-06_Disc_7.iso / menu.bat < prev    next >
DOS Batch File  |  1995-04-06  |  7KB  |  444 lines

  1. @echo off
  2. cls
  3. @echo Before we begin, please enter the letter 
  4. @echo corresponding to your CD-ROM DRIVE: 
  5. @echo (D through Z are valid choices).
  6. choice /c:defghijklmnopqrstuvwxyz /n
  7. if errorlevel 23 goto dos23
  8. if errorlevel 22 goto dos22
  9. if errorlevel 21 goto dos21
  10. if errorlevel 20 goto dos20
  11. if errorlevel 19 goto dos19
  12. if errorlevel 18 goto dos18
  13. if errorlevel 17 goto dos17
  14. if errorlevel 16 goto dos16
  15. if errorlevel 15 goto dos15
  16. if errorlevel 14 goto dos14
  17. if errorlevel 13 goto dos13
  18. if errorlevel 12 goto dos12
  19. if errorlevel 11 goto dos11
  20. if errorlevel 10 goto dos10
  21. if errorlevel 9 goto dos9
  22. if errorlevel 8 goto dos8
  23. if errorlevel 7 goto dos7
  24. if errorlevel 6 goto dos6
  25. if errorlevel 5 goto dos5
  26. if errorlevel 4 goto dos4
  27. if errorlevel 3 goto dos3
  28. if errorlevel 2 goto dos2
  29. if errorlevel 1 goto dos1
  30.  
  31. :dos23
  32. SET %x=z:
  33. goto pcg
  34.  
  35. :dos22
  36. SET %x=y:
  37. goto pcg
  38.  
  39. :dos21
  40. SET %x=x:
  41. goto pcg
  42.  
  43. :dos20
  44. SET %x=w:
  45. goto pcg
  46.  
  47. :dos19
  48. SET %x=v:
  49. goto pcg
  50.  
  51. :dos18
  52. SET %x=u:
  53. goto pcg
  54.  
  55. :dos17
  56. SET %x=t:
  57. goto pcg
  58.  
  59. :dos16
  60. SET %x=s:
  61. goto pcg
  62.  
  63. :dos15
  64. SET %x=r:
  65. goto pcg
  66.  
  67. :dos14
  68. SET %x=q:
  69. goto pcg
  70.  
  71. :dos13
  72. SET %x=p:
  73. goto pcg
  74.  
  75. :dos12
  76. SET %x=o:
  77. goto pcg
  78.  
  79. :dos11
  80. SET %x=n:
  81. goto pcg
  82.  
  83. :dos10
  84. SET %x=m:
  85. goto pcg
  86.  
  87. :dos9
  88. SET %x=l:
  89. goto pcg
  90.  
  91. :dos8
  92. SET %x=k:
  93. goto pcg
  94.  
  95. :dos7
  96. SET %x=j:
  97. goto pcg
  98.  
  99. :dos6
  100. SET %x=i:
  101. goto pcg
  102.  
  103. :dos5
  104. SET %x=h:
  105. goto pcg
  106.  
  107. :dos4
  108. SET %x=g:
  109. goto pcg
  110.  
  111. :dos3
  112. SET %x=f:
  113. goto pcg
  114.  
  115. :dos2
  116. SET %x=e:
  117. goto pcg
  118.  
  119. :dos1
  120. SET %x=d:
  121. goto pcg
  122.  
  123.  
  124. :pcg
  125. @echo off
  126. cls
  127. @echo Welcome to the PC GAMER DOS Installer
  128. @echo .
  129. @echo .
  130. @echo Please press the letter of the game you wish to install.
  131. @echo .
  132. @echo .
  133. @echo a. X-COM II               k. Baldies
  134. @echo b. The Perfect General 2  l. Brutal Paws of Fury
  135. @echo c. Front Lines            m. Chaos Engine
  136. @echo d. USS Ticonderoga        n. Titan Games Catalog
  137. @echo e. Rise of the Triad      o. ImagiNation Network
  138. @echo f. Gazillionaire          p. GEnie    
  139. @echo g. Absolute Zero          q. DOOM WADS  
  140. @echo h. Battledrome            r. Bug Patches
  141. @echo i. Tony LaRussa 3         s. EXIT
  142. @echo j. PlayNet                
  143. @echo .
  144. @echo For more information on a given game, please
  145. @echo refer to the Disc Pages in the magazine.
  146. @echo .
  147. choice /c:abcdefghijklmnopqrstuvwxyz /n
  148. if errorlevel 24 goto end
  149. if errorlevel 23 goto end
  150. if errorlevel 22 goto end
  151. if errorlevel 21 goto end
  152. if errorlevel 20 goto end
  153. if errorlevel 19 goto end
  154. if errorlevel 18 goto inst18
  155. if errorlevel 17 goto inst17
  156. if errorlevel 16 goto inst16
  157. if errorlevel 15 goto inst15
  158. if errorlevel 14 goto inst14
  159. if errorlevel 13 goto inst13
  160. if errorlevel 12 goto inst12
  161. if errorlevel 11 goto inst11
  162. if errorlevel 10 goto inst10
  163. if errorlevel 9 goto inst9
  164. if errorlevel 8 goto inst8
  165. if errorlevel 7 goto inst7
  166. if errorlevel 6 goto inst6
  167. if errorlevel 5 goto inst5
  168. if errorlevel 4 goto inst4
  169. if errorlevel 3 goto inst3
  170. if errorlevel 2 goto inst2
  171. if errorlevel 1 goto inst1
  172.  
  173. :inst1
  174. @echo Preparing to Install XCOM: Terror from the Deep
  175. CD\XCOMII
  176. CALL INSTTFTD.BAT
  177. @echo .
  178. @echo .
  179. @echo .
  180. @echo .
  181. @echo Switch to the \MPS\TFTD directory on your
  182. @echo Hard Drive and type TFTD to play.
  183. @echo .
  184. @echo .
  185. pause
  186. goto pcg
  187.  
  188. :inst2
  189. @echo Preparing to install The Perfect General 2
  190. CD\PG2
  191. CALL INSTALL.EXE
  192. cls
  193. @echo .
  194. @echo .
  195. @echo .
  196. @echo .
  197. @echo Switch to the \TPG2DEMO directory on your
  198. @echo Hard Drive and type TPG2DEMO to play.
  199. @echo .
  200. pause
  201. %x%
  202. goto pcg
  203.  
  204. :inst3
  205. @echo Preparing to install Front Lines
  206. CD\FLINES
  207. CALL INSTALL.EXE
  208. cls
  209. @echo .
  210. @echo .
  211. @echo .
  212. @echo .
  213. @echo Switch to the \FL_DEMO directory on your
  214. @echo Hard Drive and type FLINES to play.
  215. @echo .
  216. pause
  217. %x%
  218. goto pcg
  219.  
  220. :inst4
  221. @echo Preparing to install USS Ticonderoga
  222. CD\
  223. CALL TICODEMO.EXE
  224. cls
  225. @echo .
  226. @echo .
  227. @echo .
  228. @echo .
  229. @echo Switch to the \TICODEMO directory on your
  230. @echo Hard Drive and type TICODEMO to play.
  231. @echo .
  232. pause
  233. %x%
  234. goto pcg
  235.  
  236. :inst5
  237. @echo Preparing to install Rise of the Triad
  238. CD\ROTT
  239. CALL INSTALL.EXE
  240. cls
  241. @echo .
  242. @echo .
  243. @echo .
  244. @echo .
  245. @echo Switch to the \ROTT directory on your
  246. @echo Hard Drive and type ROTT to play.
  247. @echo
  248. pause
  249. %x%
  250. goto pcg
  251.  
  252. :inst6
  253. @echo Preparing to install Gazillionaire
  254. CD\GAZ
  255. WIN SETUP.EXE
  256. %x%
  257. goto pcg
  258.  
  259. :inst7
  260. @echo Preparing to install Absolute Zero
  261. CD\AZ
  262. CALL INSTALL.EXE
  263. cls
  264. @echo .
  265. @echo .
  266. @echo .
  267. @echo .
  268. @echo Switch to the \AZ\GAME directory on your
  269. @echo Hard Drive and type AZDEMO to play.
  270. @echo .
  271. pause
  272. %x%
  273. goto pcg
  274.  
  275. :inst8
  276. @echo Preparing to install Battledrome
  277. CD\BDROME
  278. CALL INSTDROM.BAT
  279. cls
  280. @echo .
  281. @echo .
  282. @echo .
  283. @echo .
  284. @echo Switch to the \ directory on your
  285. @echo Hard Drive and type  to play.
  286. @echo .
  287. pause
  288. %x%
  289. goto pcg
  290.  
  291. :inst9
  292. @echo Preparing to install Tony LaRussa 3
  293. CD\
  294. CALL INSTALL.EXE
  295. cls
  296. @echo .
  297. @echo .
  298. @echo .
  299. @echo .
  300. @echo Switch to the \BBDEMO directory on your
  301. @echo Hard Drive and type BBDEMO to play.
  302. @echo 
  303. pause
  304. %x%
  305. goto pcg
  306.  
  307. :inst10
  308. CD\PLAYNET
  309. CALL APCIDM54.EXE
  310. CLS
  311. @echo .
  312. @echo .
  313. @echo .
  314. @echo .
  315. @echo To load the PlayNet software, switch to the 
  316. @echo \APCIDOOM directory on your Hard Drive and 
  317. @echo type APCIDOOM.
  318. @echo .
  319. pause
  320. %x%
  321. goto pcg
  322.  
  323. :inst11
  324. @echo There is not installation necessary
  325. @echo for Baldies.
  326. @echo .
  327. CLS
  328. @echo .
  329. @echo .
  330. @echo .
  331. @echo .
  332. @echo To play Baldies, change to the CD\BALDIES
  333. @echo directory on The CD and type BALDIES.
  334. @echo .
  335. pause
  336. %x%
  337. goto pcg
  338.  
  339. :inst12
  340. CD\BRUTAL
  341. CALL INSTALL.EXE
  342. pause
  343. %x%
  344. goto pcg
  345.  
  346. :inst13
  347. @echo Preparing to install Chaos Engine.
  348. CD\CHAOS
  349. CALL INSTCHAO.BAT
  350. CLS
  351. @echo .
  352. @echo .
  353. @echo .
  354. @echo .
  355. @echo Switch to the \CHAOS directory on your
  356. @echo Hard Drive and type DEMO to set up the
  357. @echo game. Then type CEDEMO to play.
  358. @echo .
  359. pause
  360. %x%
  361. goto pcg
  362.  
  363. :inst14
  364. CLS
  365. @echo .
  366. @echo .
  367. @echo .
  368. @echo .
  369. @echo No installtion is necessary to view the
  370. @echo Titan Games Catalogue. 
  371. @echo .
  372. @echo Switch to the \TITAN directory on The CD
  373. @echo and type WIN CATALOG to view it.
  374. @echo .
  375. pause
  376. %x%
  377. goto pcg
  378.  
  379. :inst15
  380. CD\IMAGINE
  381. CALL FUN.BAT
  382. CLS
  383. @echo .
  384. @echo .
  385. @echo .
  386. @echo .
  387. @echo To load the ImagiNation Network
  388. @echo Switch to the \INN directory on your
  389. @echo Hard Drive and type INN.
  390. @echo .
  391. pause
  392. %x%
  393. goto pcg
  394.  
  395. :inst16
  396. CD\GENIE
  397. CLS
  398. @echo .
  399. @echo To load the CyberSrike software for GEnie,
  400. @echo switch to the \GENIE directory on your
  401. @echo CD-ROM drive and type CYBER. 
  402. @echo .
  403. @echo To load the SVGA Super Air Warrior software
  404. @echo for GEnie, switch to the \GENIE directory
  405. @echo on your CD-ROM drive and type AIRWARRI.
  406. @echo .
  407. @echo Press CTRL-C to exit now. Press any other
  408. @echo key to begin installing the GEnie front
  409. @echo end.
  410. @echo .
  411. pause
  412. CALL INSTALL.BAT
  413. %x%
  414. goto pcg
  415.  
  416. :inst17
  417. CD\DOOM
  418. CALL DOOMINFO.BAT
  419. cls
  420. @echo .
  421. @echo .
  422. @echo .
  423. @echo .
  424. @echo .
  425. pause
  426. %x%
  427. goto pcg
  428.  
  429. :inst18
  430. CD\PATCHES
  431. CALL PATCINFO.BAT
  432. cls
  433. @echo .
  434. @echo .
  435. @echo .
  436. @echo .
  437. @echo .
  438. pause
  439. %x%
  440. goto pcg
  441.  
  442.  
  443. :end
  444.