home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 6 / 1995-05_Disc_6.iso / menu.bat < prev    next >
DOS Batch File  |  1995-03-13  |  6KB  |  264 lines

  1. @echo off
  2. cls
  3. @echo Welcome to the PC GAMER DOS Installer
  4. @echo .
  5. @echo .
  6. @echo Please press the letter corresponding to
  7. @echo the game you wish to install.
  8. @echo .
  9. @echo .
  10. @echo a. Bioforge               l. Baldies
  11. @echo b. Alone in the Dark 3    m. Brutal Paws of Fury
  12. @echo c. Thunderscape           n. The Last Bounty Hunter
  13. @echo d. Raptor                 o. Jewels of the Oracle
  14. @echo e. Extractors             p. Virtuoso
  15. @echo f. HardBall 4             q. Playnet 
  16. @echo g. Super Karts            r. GEnie 
  17. @echo h. Zorro                  s. ImagiNation Network
  18. @echo i. Slipstream 5000        t. Doom WADS
  19. @echo j. Aces of the Deep       u. Bug Patches
  20. @echo k. Wukung                 v. EXIT
  21. @echo .
  22. @echo For more information on a given game, please
  23. @echo refer to the Disc Pages in the magazine.
  24. @echo .
  25.  
  26.  
  27. choice /c:abcdefghijklmnopqrstuvwxyz /n
  28. if errorlevel 24 goto end
  29. if errorlevel 23 goto end
  30. if errorlevel 22 goto end
  31. if errorlevel 21 goto inst21
  32. if errorlevel 20 goto inst20
  33. if errorlevel 19 goto inst19
  34. if errorlevel 18 goto inst18
  35. if errorlevel 17 goto inst17
  36. if errorlevel 16 goto inst16
  37. if errorlevel 15 goto inst15
  38. if errorlevel 14 goto inst14
  39. if errorlevel 13 goto inst13
  40. if errorlevel 12 goto inst12
  41. if errorlevel 11 goto inst11
  42. if errorlevel 10 goto inst10
  43. if errorlevel 9 goto inst9
  44. if errorlevel 8 goto inst8
  45. if errorlevel 7 goto inst7
  46. if errorlevel 6 goto inst6
  47. if errorlevel 5 goto inst5
  48. if errorlevel 4 goto inst4
  49. if errorlevel 3 goto inst3
  50. if errorlevel 2 goto inst2
  51. if errorlevel 1 goto inst1
  52.  
  53. :inst1
  54. @echo Preparing to Install Bioforge
  55. CD\BIOFORGE
  56. INSTALL.EXE
  57. @echo Switch to the \BIOFORGE directory on your
  58. @echo Hard Drive and type BIOFORGE to play.
  59.  
  60. goto end
  61.  
  62. :inst2
  63. @echo Preparing to install Alone in the Dark 3
  64. CD\
  65. INSTAID3.EXE
  66. @echo .
  67. @echo Switch to the \I-MOTION\INDARK3 directory
  68. @echo on your Hard Drive and type AITD3 to play.
  69. @echo .
  70.  
  71. goto end
  72.  
  73. :inst3
  74. @echo Preparing to install Thunderscape
  75. CD\
  76. INSTTHUN.EXE
  77. @echo Switch to the \THUNDER directory on your
  78. @echo Hard Drive and type RUN to play.
  79.  
  80. goto end
  81.  
  82. :inst4
  83. CD\RAPTOR
  84. INSTRAP2.BAT
  85. @echo Switch to the \RAPTOR directory on your
  86. @echo Hard Drive and type RAP to play.
  87.  
  88. goto end
  89.  
  90. :inst5
  91. @echo .
  92. @echo .
  93. @echo No installation is necessary for
  94. @echo Extractors. To play, switch to 
  95. @echo the \EXTRACT directory on your 
  96. @echo CD-ROM drive and type XTRACTORS.
  97. @echo .
  98. @echo (i.e. type CD\EXTRACT and press enter
  99. @echo  then type XTRACTORS)
  100. @echo .
  101. @echo .
  102. goto end
  103.  
  104. :inst6
  105. CD\HB4
  106. INSTALL.EXE
  107. @echo Switch to the \HB4 directory on your
  108. @echo Hard Drive and type HB4 to play.
  109.  
  110. goto end
  111.  
  112. :inst7
  113. @echo .
  114. @echo Switch to the \KART directory on your
  115. @echo Hard Drive and type KART to play.
  116. CD\SUPERKAR
  117. INSTALL.BAT
  118. @echo .
  119. @echo Switch to the \KART directory on your
  120. @echo Hard Drive and type KART to play.
  121.  
  122. goto end
  123.  
  124. :inst8
  125. CD\ZORRO
  126. INSTALL.EXE
  127. @echo Switch to the \ZORRO directory on your
  128. @echo Hard Drive and type ZORRO to play.
  129.  
  130. goto end
  131.  
  132. :inst9
  133. CD\SLIP
  134. INSTALL.EXE
  135. @echo Switch to the \SLIP5000 directory on your
  136. @echo Hard Drive and type DEMO to play.
  137.  
  138. goto end
  139.  
  140. :inst10
  141. CD\AOD
  142. INSTALL.BAT
  143. @echo Switch to the \DYNAMIX\AODDEMO directory on your
  144. @echo Hard Drive and type DEMO to play.
  145.  
  146. goto end
  147.  
  148. :inst11
  149. @echo .
  150. @echo .
  151. @echo No installation is necessary for
  152. @echo Wukung. To play, switch to the
  153. @echo \ABUDOE directory on your CD-ROM
  154. @echo drive and type WUKUNG.
  155. @echo .
  156. @echo (i.e. type CD\ABUDOE and press enter
  157. @echo  then type WUKUNG)
  158. @echo .
  159. @echo .
  160.  
  161. goto end
  162.  
  163. :inst12
  164. CD\BALDIES
  165. INSTALL.EXE
  166. @echo Switch to the \GAMETEK\BALDY directory on your
  167. @echo Hard Drive and type BALDY to play.
  168.  
  169. goto end
  170.  
  171. :inst13
  172. CD\BRUTAL
  173. INSTALL.EXE
  174. @echo Switch to the \GAMETEK\BRUTAL directory on your
  175. @echo Hard Drive and type BRUTAL to play.
  176.  
  177. goto end
  178.  
  179. :inst14
  180. CD\BOUNTY
  181. INSTALL.EXE
  182. @echo Switch to the \BHDEMO directory on your
  183. @echo Hard Drive and type BHDEMO to play.
  184.  
  185. goto end
  186.  
  187. :inst15
  188. @echo .
  189. @echo .
  190. @echo No installation is necessary for
  191. @echo Jewels of the Oracle. To play, switch 
  192. @echo to the \JEWEL directory on your CD-ROM
  193. @echo drive and type WIN JEWELS or load 
  194. @echo Windows and from the RUN option select
  195. @echo the JEWELS.EXE file.
  196. @echo .
  197. @echo (i.e. type CD\JEWEL and press enter
  198. @echo  then type WIN JEWELS)
  199. @echo .
  200. @echo .
  201.  
  202. goto end
  203.  
  204. :inst16
  205. CD\DATA
  206. INSTALL.BAT
  207. @echo Switch to the \VIRTUOSO directory on your
  208. @echo Hard Drive and type VIRTUOSO to play, also,
  209. @echo type SETUP to configure sound options.
  210. goto end
  211.  
  212. :inst17
  213. CD\PLAYNET
  214. APCIDM54.EXE
  215. @echo To load the PlayNet software, switch to the 
  216. @echo \APCIDOOM directory on your Hard Drive and 
  217. @echo type APCIDOOM.
  218.  
  219.  
  220. goto end
  221.  
  222. :inst18
  223. CD\GENIE
  224. @echo .
  225. @echo To load the CyberSrike software for GEnie,
  226. @echo switch to the \GENIE directory on your
  227. @echo CD-ROM drive and type CYBER. 
  228. @echo .
  229. @echo To load the SVGA Super Air Warrior software
  230. @echo for GEnie, switch to the \GENIE directory
  231. @echo on your CD-ROM drive and type AIRWARRI.
  232. @echo .
  233. @echo Press CTRL-C to exit now. 
  234. @echo To begin installing the GEnie front end,
  235. pause
  236. INSTALL.BAT
  237.  
  238.  
  239. goto end
  240.  
  241. :inst19
  242. CD\IMAGINE
  243. FUN.BAT
  244. @echo To load the ImagiNation Network
  245. @echo Switch to the \INN directory on your
  246. @echo Hard Drive and type INN.
  247.  
  248.  
  249. goto end
  250.  
  251. :inst20
  252. CD\DOOM
  253. DOOMINFO
  254.  
  255. goto end
  256.  
  257. :inst21
  258. CD\PATCHES
  259. PATCINFO
  260.  
  261. goto end
  262.  
  263. :end
  264.