home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.6 / 1996-07_Disc_2.6.bin / menu.bat < prev    next >
DOS Batch File  |  1996-05-01  |  4KB  |  191 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. Pandora Directive       n. Descent 2 (HOGS)
  14. echo b. Normality               o. HEXEN (WADS)             
  15. echo c. Third Reich             p. E(X)it                   
  16. echo d. Zork Nemesis            
  17. echo e. Total Pinball 3D        
  18. echo f. Micro Machines 2        
  19. echo g. Super Stardust '96      
  20. echo h. Aethra Chronicles       
  21. echo i. WarWizard                
  22. echo j. Excelsior Phase One: Lysandia
  23. echo k. The Search for Freedom  
  24. echo l. DOOM 2 (WADS)                       
  25. echo m. Warcraft II Levels (PUDS)       
  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 end
  36. if errorlevel 21 goto end
  37. if errorlevel 20 goto end
  38. if errorlevel 19 goto end
  39. if errorlevel 18 goto end
  40. if errorlevel 17 goto end
  41. if errorlevel 16 goto end
  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. CD\PANDEMO
  60. CALL INSTALL.EXE
  61. echo.
  62. echo Type WIN to return to the PC Gamer CD.
  63. goto end
  64.  
  65. :inst2
  66. CD\NORMAL
  67. CALL INSTALL.EXE
  68. echo.
  69. echo Type WIN to return to the PC Gamer CD.
  70. goto end
  71.  
  72. :inst3
  73. CD\3RDEMO
  74. CALL 3R
  75. echo.
  76. echo Type WIN to return to the PC Gamer CD.
  77. goto end
  78.  
  79. :inst4
  80. CD\NEMDEMO\DOS
  81. CALL INSTALL.EXE
  82. echo.
  83. echo Type WIN to return to the PC Gamer CD.
  84. goto end
  85.  
  86. :inst5
  87. CD\TOTALPIN
  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\MICRO
  95. CALL MM2.BAT
  96. echo.
  97. echo Type WIN to return to the PC Gamer CD. 
  98. goto end
  99.  
  100. :inst7
  101. echo. To play Super Stardust '96, create a directory on your
  102. echo hard drive and copy the contents of the \STARDUST directory, 
  103. echo including subdirectoriees to that directory on your hard drive. 
  104. echo.
  105. echo Then, type INSTALL while in the new directory on your hard drive.
  106. echo.
  107. echo Type WIN to return to the PC Gamer CD.
  108. goto end
  109.  
  110.  
  111.  
  112. :inst8
  113. CD\RPG\AETHRA
  114. CALL INSTALL.EXE
  115. echo.
  116. echo Type GAME to play.
  117. echo.
  118. echo Type WIN to return to the PC Gamer CD.
  119. goto end
  120.  
  121. :inst9
  122. cls
  123. echo. To play WarWizard, create a directory on
  124. echo your hard drive and copy the contents of the 
  125. echo \RPG\WARWIZ directory to that directory on
  126. echo your hard drive. Then, type INSTALL while in
  127. echo the new directory on your hard drive.
  128. echo.
  129. echo Type WIN to return to the PC Gamer CD.
  130. goto end
  131.  
  132. :inst10
  133. cls
  134. echo. To play Excelsior, create a directory on
  135. echo your hard drive and copy the contents of the 
  136. echo \RPG\XCELSIOR directory to that directory on
  137. echo your hard drive. Then, type EXLSIOR while in
  138. echo the new directory on your hard drive.
  139. echo.
  140. echo Type WIN to return to the PC Gamer CD.
  141. goto end
  142.  
  143. :inst11
  144. cls
  145. echo. To play Freedom, create a directory on
  146. echo your hard drive and copy the contents of the 
  147. echo \RPG\FREEDOM directory to that directory on
  148. echo your hard drive. Then, type INSTALL while in
  149. echo the new directory on your hard drive.
  150. echo.
  151. echo Type WIN to return to the PC Gamer CD.
  152. goto end
  153.  
  154. :inst12
  155. CD\DOOM2
  156. CLS
  157. TYPE README.TXT 
  158. echo.
  159. echo Type WIN to return to the PC Gamer CD.
  160. goto end
  161.  
  162. :inst13
  163. CD\WARCRAFT
  164. cls
  165. TYPE README.TXT
  166. echo.
  167. echo Type WIN to return to the PC Gamer CD.
  168. goto end
  169.  
  170. :inst14
  171. CD\DESCENT2
  172. cls
  173. TYPE README.TXT
  174. echo.
  175. echo Type WIN to return to the PC Gamer CD.
  176. goto end
  177.  
  178. :inst15
  179. CD\HEXEN
  180. cls
  181. TYPE README.TXT
  182. echo.
  183. echo Type WIN to return to the PC Gamer CD.
  184. goto end
  185.  
  186.  
  187.  
  188. :end
  189.  
  190.  
  191.