home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 10 / 1995-09_Disc_10.iso / gcs / gcs.bat < prev    next >
DOS Batch File  |  1995-07-03  |  3KB  |  227 lines

  1. cls
  2. @echo off
  3. @echo            ╔═══════════════════════════════════════════════╗
  4. @echo            ║  Industrial Killers Installation & Play Notes ║
  5. @echo            ╚═══════════════════════════════════════════════╝
  6. @echo .
  7. @echo .
  8. @echo        Select from one of the following options:
  9. @echo        1. Install to Hard Drive
  10. @echo        2. Run Game from Hard Drive
  11. @echo        3. Run Game from CD (may not include sound)
  12. @echo        4. Notes
  13. @echo        5. E(X)it 
  14. @echo .
  15. @echo        Please enter a choice: 1,2,3,4,5
  16. choice /c:12345xri /n
  17. if errorlevel 8 goto vpi
  18. if errorlevel 7 goto vpr
  19. if errorlevel 6 goto end
  20. if errorlevel 5 goto end
  21. if errorlevel 4 goto w95
  22. if errorlevel 3 goto run
  23. if errorlevel 2 goto vpr
  24. if errorlevel 1 goto vpi
  25.  
  26. :vpi
  27. cd\gcs
  28. CALL INSTALL.EXE
  29. goto end
  30.  
  31. :vpr
  32. @echo off
  33. cls
  34. @echo .
  35. @echo    ╔══════════════════════════════════════════╗
  36. @echo    ║    Please enter the letter of the HARD   ║
  37. @echo    ║    DRIVE you installed the game to.      ║
  38. @echo    ║    C is the most common response:        ║
  39. @echo    ║        (C-Z are valid choices)           ║
  40. @echo    ╚══════════════════════════════════════════╝
  41. @echo .
  42. @echo    Enter Choice [default=C]:
  43. @echo    Type CTRL-C to exit
  44. choice /c:cdefghijklmnopqrstuvwxyz /n
  45. if errorlevel 24 goto dos24
  46. if errorlevel 23 goto dos23
  47. if errorlevel 22 goto dos22
  48. if errorlevel 21 goto dos21
  49. if errorlevel 20 goto dos20
  50. if errorlevel 19 goto dos19
  51. if errorlevel 18 goto dos18
  52. if errorlevel 17 goto dos17
  53. if errorlevel 16 goto dos16
  54. if errorlevel 15 goto dos15
  55. if errorlevel 14 goto dos14
  56. if errorlevel 13 goto dos13
  57. if errorlevel 12 goto dos12
  58. if errorlevel 11 goto dos11
  59. if errorlevel 10 goto dos10
  60. if errorlevel 9 goto dos9
  61. if errorlevel 8 goto dos8
  62. if errorlevel 7 goto dos7
  63. if errorlevel 6 goto dos6
  64. if errorlevel 5 goto dos5
  65. if errorlevel 4 goto dos4
  66. if errorlevel 3 goto dos3
  67. if errorlevel 2 goto dos2
  68. if errorlevel 1 goto dos1
  69.  
  70. :dos24
  71. Z:
  72. CD\IKILLERS
  73. CALL IKILLERS.EXE
  74. goto end
  75.  
  76. :dos23
  77. Y:
  78. CD\IKILLERS
  79. CALL IKILLERS.EXE
  80. goto end
  81.  
  82. :dos22
  83. X:
  84. CD\IKILLERS
  85. CALL IKILLERS.EXE
  86. goto end
  87.  
  88. :dos21
  89. W:
  90. CD\IKILLERS
  91. CALL IKILLERS.EXE
  92. goto end
  93.  
  94. :dos20
  95. V:
  96. CD\IKILLERS
  97. CALL IKILLERS.EXE
  98. goto end
  99.  
  100. :dos19
  101. U:
  102. CD\IKILLERS
  103. CALL IKILLERS.EXE
  104. goto end
  105.  
  106. :dos18
  107. T:
  108. CD\IKILLERS
  109. CALL IKILLERS.EXE
  110. goto end
  111.  
  112. :dos17
  113. S:
  114. CD\IKILLERS
  115. CALL IKILLERS.EXE
  116. goto end
  117.  
  118. :dos16
  119. R:
  120. CD\IKILLERS
  121. CALL IKILLERS.EXE
  122. goto end
  123.  
  124. :dos15
  125. Q:
  126. CD\IKILLERS
  127. CALL IKILLERS.EXE
  128. goto end
  129.  
  130. :dos14
  131. P:
  132. CD\IKILLERS
  133. CALL IKILLERS.EXE
  134. goto end
  135.  
  136. :dos13
  137. O:
  138. CD\IKILLERS
  139. CALL IKILLERS.EXE
  140. goto end
  141.  
  142. :dos12
  143. N:
  144. CD\IKILLERS
  145. CALL IKILLERS.EXE
  146. goto end
  147.  
  148. :dos11
  149. M:
  150. CD\IKILLERS
  151. CALL IKILLERS.EXE
  152. goto end
  153.  
  154. :dos10
  155. L:
  156. CD\IKILLERS
  157. CALL IKILLERS.EXE
  158. goto end
  159.  
  160. :dos9
  161. K:
  162. CD\IKILLERS
  163. CALL IKILLERS.EXE
  164. goto end
  165.  
  166. :dos8
  167. J:
  168. CD\IKILLERS
  169. CALL IKILLERS.EXE
  170. goto end
  171.  
  172. :dos7
  173. I:
  174. CD\IKILLERS
  175. CALL IKILLERS.EXE
  176. goto end
  177.  
  178. :dos6
  179. H:
  180. CD\IKILLERS
  181. CALL IKILLERS.EXE
  182. goto end
  183.  
  184. :dos5
  185. G:
  186. CD\IKILLERS
  187. CALL IKILLERS.EXE
  188. goto end
  189.  
  190. :dos4
  191. F:
  192. CD\IKILLERS
  193. CALL IKILLERS.EXE
  194. goto end
  195.  
  196. :dos3
  197. E:
  198. CD\IKILLERS
  199. CALL IKILLERS.EXE
  200. goto end
  201.  
  202. :dos2
  203. D:
  204. CD\IKILLERS
  205. CALL IKILLERS.EXE
  206. goto end
  207.  
  208. :dos1
  209. C:
  210. CD\IKILLERS
  211. CALL IKILLERS.EXE
  212. goto end
  213.  
  214.  
  215. :w95
  216. CLS
  217. CD\GCS
  218. TYPE README.TXT
  219. goto end
  220.  
  221. :run
  222. CLS
  223. CD\IK
  224. CALL IKILLERS.EXE
  225.  
  226. :end
  227.