home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.2 / 1996-03_Disc_2.2.iso / menu.bat < prev    next >
DOS Batch File  |  1996-01-02  |  4KB  |  205 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. Heroes of Might & Magic k. I Have No Mouth & I Must Scream
  14. echo b. HardBall 5              l. Doom WAD               
  15. echo c. Lion                    m. Doom 2 WADS
  16. echo d. Locus                   n. Heretic WADS
  17. echo e. Star Ranger             o. Descent HOGS
  18. echo f. Advanced Civilization   p. Warcraft Levels
  19. echo g. Hexen                   q. Hexen WADS
  20. echo h. Vigilance on Talos V    r. E(X)it
  21. echo i. Cyberia 2          
  22. echo j. Black Knight                   
  23. echo.
  24. echo For information and system requirements on a given game, 
  25. echo please refer to the Disc Pages in the magazine.
  26. echo.
  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 end
  32. if errorlevel 20 goto end
  33. if errorlevel 19 goto end
  34. if errorlevel 18 goto end
  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. CD\HEROES
  55. CALL INSTALL.EXE
  56. echo.
  57. echo.
  58. echo To play, change to the HEROES directory on your
  59. echo Hard Drive and type HEROES.
  60. echo.
  61. echo.
  62. echo Type WIN to return to the PC Gamer CD.
  63. goto end
  64.  
  65. :inst2
  66. CD\HB5DEMO\DEMO
  67. CALL DEMO.BAT   
  68. echo.
  69. echo Type WIN to return to the PC Gamer CD.
  70. goto end
  71.  
  72. :inst3
  73. CD\LIONDEMO
  74. CALL SETUP.EXE  
  75. echo.
  76. echo To play, change to the LIONDEMO directory on your
  77. echo Hard Drive and type LION.
  78. echo.
  79. echo Type WIN to return to the PC Gamer CD.
  80. goto end
  81.  
  82. :inst4
  83. cd\LOCUS
  84. CALL LOCUS.EXE  
  85. echo.
  86. echo To play, change to the LOCUS directory on your
  87. echo Hard Drive and type LOCUS.
  88. echo.
  89. echo Type WIN to return to the PC Gamer CD.
  90. goto end
  91.  
  92. :inst5
  93. CD\SRDEMO
  94. CALL INSTALL.EXE
  95. echo.
  96. echo To play, change to the SRDEMO directory on your
  97. echo Hard Drive and type SRDEMO.
  98. echo.
  99. echo Type WIN to return to the PC Gamer CD.
  100. goto end
  101.  
  102. :inst6
  103. CD\ACIVDEMO    
  104. CALL INSTACIV.BAT
  105. echo.
  106. echo To play, change to the ACIVDEMO directory on your
  107. echo Hard Drive and type ACIV.
  108. echo.
  109. echo Type WIN to return to the PC Gamer CD. 
  110. goto end
  111.  
  112. :inst7
  113. cd\HEXNDEMO
  114. call instHEXN.BAT
  115. echo.
  116. echo To play, change to the HEXNDEMO directory on your
  117. echo Hard Drive and type HEXEN.
  118. echo.
  119. echo Type WIN to return to the PC Gamer CD. 
  120. goto end
  121.  
  122. :inst8
  123. CD\TALOSV
  124. CALL INSTTAL.BAT
  125. echo.
  126. echo To play, change to the TALOSV directory on your 
  127. echo Hard Drive and type VIG1.
  128. echo.
  129. echo Type WIN to return to the PC Gamer CD.
  130. goto end
  131.  
  132. :inst9
  133. CD\DEMO
  134. CALL DEMO.BAT
  135. echo.
  136. echo Type WIN to return to the PC Gamer CD.
  137. goto end
  138.  
  139. :inst10
  140. CD\BKNIGHT
  141. CALL INSTBK.BAT
  142. echo.
  143. echo To play, change to the BKNIGHT directory on your
  144. echo Hard Drive and type BK.
  145. echo.
  146. echo Type WIN to return to the PC Gamer CD.
  147. goto end
  148.  
  149. :inst11
  150. cd\
  151. CALL INSTALL.EXE
  152. echo.
  153. echo.
  154. echo To play, change to the SCREAM directoy on your 
  155. echo Hard Drive and type SCREAM.
  156. echo.
  157. echo.
  158. echo Type WIN to return to the PC Gamer CD.
  159. goto end
  160.  
  161. :inst12
  162. CD\DOOM
  163. TYPE README.TXT |MORE
  164. echo.
  165. echo Type WIN to return to the PC Gamer CD.
  166. goto end
  167.  
  168. :inst13
  169. CD\DOOM2
  170. TYPE README.TXT |MORE
  171. echo.
  172. echo Type WIN to return to the PC Gamer CD.
  173. goto end
  174.  
  175. :inst14
  176. CD\HERETIC
  177. TYPE README.TXT |MORE
  178. echo.
  179. echo Type WIN to return to the PC Gamer CD.
  180. goto end
  181.  
  182. :inst15
  183. CD\DESCENT
  184. TYPE README.TXT |MORE
  185. echo.
  186. echo Type WIN to return to the PC Gamer CD.
  187. goto end
  188.  
  189. :inst16
  190. CD\WARCRAFT
  191. TYPE README.TXT |MORE
  192. echo.
  193. echo Type WIN to return to the PC Gamer CD.
  194. goto end
  195.  
  196. :inst17
  197. CD\HEXEN
  198. TYPE README.TXT |MORE
  199. echo.
  200. echo Type WIN to return to the PC Gamer CD.
  201. goto end
  202.  
  203.  
  204. :end
  205.