home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 10 / 1995-09_Disc_10.iso / tank / runtank.bat < prev    next >
DOS Batch File  |  1995-06-30  |  2KB  |  185 lines

  1. cls
  2. @echo off
  3. @echo .
  4. @echo    ╔════════════════════════════════════════╗
  5. @echo    ║  Please enter the letter of the HARD   ║
  6. @echo    ║  DRIVE you installed Tank Commander to.║
  7. @echo    ║  C is the most common response:        ║
  8. @echo    ║      (C-Z are valid choices)           ║
  9. @echo    ╚════════════════════════════════════════╝
  10. @echo .
  11. @echo    Enter Choice [default=C]:
  12. @echo    Type CTRL-C to exit
  13. choice /c:cdefghijklmnopqrstuvwxyz /n
  14. if errorlevel 24 goto dos24
  15. if errorlevel 23 goto dos23
  16. if errorlevel 22 goto dos22
  17. if errorlevel 21 goto dos21
  18. if errorlevel 20 goto dos20
  19. if errorlevel 19 goto dos19
  20. if errorlevel 18 goto dos18
  21. if errorlevel 17 goto dos17
  22. if errorlevel 16 goto dos16
  23. if errorlevel 15 goto dos15
  24. if errorlevel 14 goto dos14
  25. if errorlevel 13 goto dos13
  26. if errorlevel 12 goto dos12
  27. if errorlevel 11 goto dos11
  28. if errorlevel 10 goto dos10
  29. if errorlevel 9 goto dos9
  30. if errorlevel 8 goto dos8
  31. if errorlevel 7 goto dos7
  32. if errorlevel 6 goto dos6
  33. if errorlevel 5 goto dos5
  34. if errorlevel 4 goto dos4
  35. if errorlevel 3 goto dos3
  36. if errorlevel 2 goto dos2
  37. if errorlevel 1 goto dos1
  38.  
  39. :dos24
  40. Z:
  41. cd\tankgame
  42. call tc.bat
  43. goto end
  44.  
  45. :dos23
  46. Y:
  47. cd\tankgame
  48. call tc.bat
  49. goto end
  50.  
  51. :dos22
  52. X:
  53. cd\tankgame
  54. call tc.bat
  55. goto end
  56.  
  57. :dos21
  58. W:
  59. cd\tankgame
  60. call tc.bat
  61. goto end
  62.  
  63. :dos20
  64. V:
  65. cd\tankgame
  66. call tc.bat
  67. goto end
  68.  
  69. :dos19
  70. U:
  71. cd\tankgame
  72. call tc.bat
  73. goto end
  74.  
  75. :dos18
  76. T:
  77. cd\tankgame
  78. call tc.bat
  79. goto end
  80.  
  81. :dos17
  82. S:
  83. cd\tankgame
  84. call tc.bat
  85. goto end
  86.  
  87. :dos16
  88. R:
  89. cd\tankgame
  90. call tc.bat
  91. goto end
  92.  
  93. :dos15
  94. Q:
  95. cd\tankgame
  96. call tc.bat
  97. goto end
  98.  
  99. :dos14
  100. P:
  101. cd\tankgame
  102. call tc.bat
  103. goto end
  104.  
  105. :dos13
  106. O:
  107. cd\tankgame
  108. call tc.bat
  109. goto end
  110.  
  111. :dos12
  112. N:
  113. cd\tankgame
  114. call tc.bat
  115. goto end
  116.  
  117. :dos11
  118. M:
  119. cd\tankgame
  120. call tc.bat
  121. goto end
  122.  
  123. :dos10
  124. L:
  125. cd\tankgame
  126. call tc.bat
  127. goto end
  128.  
  129. :dos9
  130. K:
  131. cd\tankgame
  132. call tc.bat
  133. goto end
  134.  
  135. :dos8
  136. J:
  137. cd\tankgame
  138. call tc.bat
  139. goto end
  140.  
  141. :dos7
  142. I:
  143. cd\tankgame
  144. call tc.bat
  145. goto end
  146.  
  147. :dos6
  148. H:
  149. cd\tankgame
  150. call tc.bat
  151. goto end
  152.  
  153. :dos5
  154. G:
  155. cd\tankgame
  156. call tc.bat
  157. goto end
  158.  
  159. :dos4
  160. F:
  161. cd\tankgame
  162. call tc.bat
  163. goto end
  164.  
  165. :dos3
  166. E:
  167. cd\tankgame
  168. call tc.bat
  169. goto end
  170.  
  171. :dos2
  172. D:
  173. cd\tankgame
  174. call tc.bat
  175. goto end
  176.  
  177. :dos1
  178. C:
  179. cd\tankgame
  180. call tc.bat
  181. goto end
  182.  
  183.  
  184. :end
  185.