home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.1 / 1996-02_Disc_2.1.iso / menu.bat < prev    next >
DOS Batch File  |  1995-12-07  |  4KB  |  185 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. Command & Conquer       k. IndyCar Racing 2
  14. echo b. NHL '96                 l. Perfect General 2 Level
  15. echo c. Worms                   m. Doom 2 WADS
  16. echo d. Wipeout                 n. Heretic WADS
  17. echo e. Fantasy General         o. Descent HOGS
  18. echo f. Tempest 2000            p. Warcraft Levels
  19. echo g. Fighter Duel            q. Hexen WADS
  20. echo h. Extreme Pinball         r. E(X)it
  21. echo i. Mission Critical       
  22. echo j. Into the Void                  
  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\WESTWOOD\C&C_DEMO
  55. CALL INSTALL.EXE
  56. echo.
  57. echo.
  58. echo To play, change to the C&C directory on your
  59. echo Hard Drive and type C&C.
  60. echo.
  61. echo.
  62. echo Type WIN to return to the PC Gamer CD.
  63. goto end
  64.  
  65. :inst2
  66. CD\NHL96
  67. CALL NHLDEMO.EXE
  68. echo.
  69. echo Type WIN to return to the PC Gamer CD.
  70. goto end
  71.  
  72. :inst3
  73. CD\WORMS
  74. CALL INSTALL.BAT
  75. echo.
  76. echo Type WIN to return to the PC Gamer CD.
  77. goto end
  78.  
  79. :inst4
  80. cd\
  81. CALL WIPEOUT.BAT
  82. echo.
  83. echo Type WIN to return to the PC Gamer CD.
  84. goto end
  85.  
  86. :inst5
  87. CD\FANTASY
  88. CALL INSTALL.EXE
  89. echo.
  90. echo Type WIN to return to the PC Gamer CD.
  91. goto end
  92.  
  93. :inst6
  94. CD\TEMPEST\SHARE
  95. CALL INSTALL.EXE
  96. echo.
  97. echo Type WIN to return to the PC Gamer CD. 
  98. goto end
  99.  
  100. :inst7
  101. cd\FTRDUEL
  102. call install.BAT
  103. echo.
  104. echo Type WIN to return to the PC Gamer CD. 
  105. goto end
  106.  
  107. :inst8
  108. CD\EXTREME
  109. CALL INSTALL.EXE
  110. echo.
  111. echo Type WIN to return to the PC Gamer CD.
  112. goto end
  113.  
  114. :inst9
  115. CD\MCDEMO
  116. CALL MISSION.EXE
  117. echo.
  118. echo Type WIN to return to the PC Gamer CD.
  119. goto end
  120.  
  121. :inst10
  122. cd\VOID\ITVDEMO
  123. CALL INSTALL.EXE
  124. echo.
  125. echo.
  126. echo To play INTO THE VOID, type ITV.
  127. echo.
  128. echo.
  129. echo Type WIN to return to the PC Gamer CD.
  130. goto end
  131.  
  132. :inst11
  133. CD\
  134. CALL INDY.BAT
  135. echo.
  136. echo To play, type INDYCAR.
  137. echo.
  138. echo Type WIN to return to the PC Gamer CD.
  139. goto end
  140.  
  141. :inst12
  142. CD\PATCHES
  143. TYPE README.TXT |MORE
  144. echo.
  145. echo Type WIN to return to the PC Gamer CD.
  146. goto end
  147.  
  148. :inst13
  149. CD\DOOM
  150. TYPE README.TXT |MORE
  151. echo.
  152. echo Type WIN to return to the PC Gamer CD.
  153. goto end
  154.  
  155. :inst14
  156. CD\HERETIC
  157. TYPE README.TXT |MORE
  158. echo.
  159. echo Type WIN to return to the PC Gamer CD.
  160. goto end
  161.  
  162. :inst15
  163. CD\DESCENT
  164. TYPE README.TXT |MORE
  165. echo.
  166. echo Type WIN to return to the PC Gamer CD.
  167. goto end
  168.  
  169. :inst16
  170. CD\WARCRAFT
  171. TYPE README.TXT |MORE
  172. echo.
  173. echo Type WIN to return to the PC Gamer CD.
  174. goto end
  175.  
  176. :inst17
  177. CD\HEXEN
  178. TYPE README.TXT |MORE
  179. echo.
  180. echo Type WIN to return to the PC Gamer CD.
  181. goto end
  182.  
  183.  
  184. :end
  185.