home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 12 / CD-ROM_Today_-_The_Disc_12_June_1995.iso / pc / brett / bhrun.bat < prev    next >
DOS Batch File  |  1995-04-11  |  2KB  |  186 lines

  1. @echo off
  2. REM JGP ;)
  3. cls
  4.  
  5. @echo Please enter the letter corresponding to the hard
  6. @echo drive on which you installed Brett Hull '95 DEMO
  7. @echo (C through Z are valid drive choices)
  8. choice /c:defghijklmnopqrstuvwxyzc /n
  9. if errorlevel 24 goto C
  10. if errorlevel 23 goto dos23
  11. if errorlevel 22 goto dos22
  12. if errorlevel 21 goto dos21
  13. if errorlevel 20 goto dos20
  14. if errorlevel 19 goto dos19
  15. if errorlevel 18 goto dos18
  16. if errorlevel 17 goto dos17
  17. if errorlevel 16 goto dos16
  18. if errorlevel 15 goto dos15
  19. if errorlevel 14 goto dos14
  20. if errorlevel 13 goto dos13
  21. if errorlevel 12 goto dos12
  22. if errorlevel 11 goto dos11
  23. if errorlevel 10 goto dos10
  24. if errorlevel 9 goto dos9
  25. if errorlevel 8 goto dos8
  26. if errorlevel 7 goto dos7
  27. if errorlevel 6 goto dos6
  28. if errorlevel 5 goto dos5
  29. if errorlevel 4 goto dos4
  30. if errorlevel 3 goto dos3
  31. if errorlevel 2 goto dos2
  32. if errorlevel 1 goto dos1
  33.  
  34. :dos23
  35. z:
  36. cd \bhdemo
  37. call demo.exe
  38. goto switch
  39.  
  40. :dos22
  41. y:
  42. cd \bhdemo
  43. call demo.exe
  44. goto switch
  45.  
  46. :dos21
  47. x:
  48. cd \bhdemo
  49. call demo.exe
  50. goto switch
  51.  
  52. :dos20
  53. w:
  54. cd \bhdemo
  55. call demo.exe
  56. goto switch
  57.  
  58. :dos19
  59. v:
  60. cd \bhdemo
  61. call demo.exe
  62. goto switch
  63.  
  64. :dos18
  65. u:
  66. cd \bhdemo
  67. call demo.exe
  68. goto switch
  69.  
  70. :dos17
  71. t:
  72. cd \bhdemo
  73. call demo.exe
  74. goto switch
  75.  
  76. :dos16
  77. s:
  78. cd \bhdemo
  79. call demo.exe
  80. goto switch
  81.  
  82. :dos15
  83. r:
  84. cd \bhdemo
  85. call demo.exe
  86. goto switch
  87.  
  88. :dos14
  89. q:
  90. cd \bhdemo
  91. call demo.exe
  92. goto switch
  93.  
  94. :dos13
  95. p:
  96. cd \bhdemo
  97. call demo.exe
  98. goto switch
  99.  
  100. :dos12
  101. o:
  102. cd \bhdemo
  103. call demo.exe
  104. goto switch
  105.  
  106. :dos11
  107. n:
  108. cd \bhdemo
  109. call demo.exe
  110. goto switch
  111.  
  112. :dos10
  113. m:
  114. cd \bhdemo
  115. call demo.exe
  116. goto switch
  117.  
  118. :dos9
  119. l:
  120. cd \bhdemo
  121. call demo.exe
  122. goto switch
  123.  
  124. :dos8
  125. k:
  126. cd \bhdemo
  127. call demo.exe
  128. goto switch
  129.  
  130. :dos7
  131. j:
  132. cd \bhdemo
  133. call demo.exe
  134. goto switch
  135.  
  136. :dos6
  137. i:
  138. cd \bhdemo
  139. call demo.exe
  140. goto switch
  141.  
  142. :dos5
  143. h:
  144. cd \bhdemo
  145. call demo.exe
  146. goto switch
  147.  
  148. :dos4
  149. g:
  150. cd \bhdemo
  151. call demo.exe
  152. goto switch
  153.  
  154. :dos3
  155. f:
  156. cd \bhdemo
  157. call demo.exe
  158. goto switch
  159.  
  160. :dos2
  161. e:
  162. cd \bhdemo
  163. call demo.exe
  164. goto switch
  165.  
  166. :dos1
  167. d:
  168. cd \bhdemo
  169. call demo.exe
  170. goto switch
  171.  
  172. :C
  173. C:
  174. cd \bhdemo
  175. call demo.exe
  176. goto switch
  177.  
  178.  
  179. :switch
  180. pause
  181. %x%
  182. goto end
  183.  
  184. :end
  185.  
  186.