home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 10 / 1995-09_Disc_10.iso / delphine / runfade.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 Fade to Black 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\f2b
  42. call f2b.bat
  43. goto end
  44.  
  45. :dos23
  46. Y:
  47. cd\f2b
  48. call f2b.bat
  49. goto end
  50.  
  51. :dos22
  52. X:
  53. cd\f2b
  54. call f2b.bat
  55. goto end
  56.  
  57. :dos21
  58. W:
  59. cd\f2b
  60. call f2b.bat
  61. goto end
  62.  
  63. :dos20
  64. V:
  65. cd\f2b
  66. call f2b.bat
  67. goto end
  68.  
  69. :dos19
  70. U:
  71. cd\f2b
  72. call f2b.bat
  73. goto end
  74.  
  75. :dos18
  76. T:
  77. cd\f2b
  78. call f2b.bat
  79. goto end
  80.  
  81. :dos17
  82. S:
  83. cd\f2b
  84. call f2b.bat
  85. goto end
  86.  
  87. :dos16
  88. R:
  89. cd\f2b
  90. call f2b.bat
  91. goto end
  92.  
  93. :dos15
  94. Q:
  95. cd\f2b
  96. call f2b.bat
  97. goto end
  98.  
  99. :dos14
  100. P:
  101. cd\f2b
  102. call f2b.bat
  103. goto end
  104.  
  105. :dos13
  106. O:
  107. cd\f2b
  108. call f2b.bat
  109. goto end
  110.  
  111. :dos12
  112. N:
  113. cd\f2b
  114. call f2b.bat
  115. goto end
  116.  
  117. :dos11
  118. M:
  119. cd\f2b
  120. call f2b.bat
  121. goto end
  122.  
  123. :dos10
  124. L:
  125. cd\f2b
  126. call f2b.bat
  127. goto end
  128.  
  129. :dos9
  130. K:
  131. cd\f2b
  132. call f2b.bat
  133. goto end
  134.  
  135. :dos8
  136. J:
  137. cd\f2b
  138. call f2b.bat
  139. goto end
  140.  
  141. :dos7
  142. I:
  143. cd\f2b
  144. call f2b.bat
  145. goto end
  146.  
  147. :dos6
  148. H:
  149. cd\f2b
  150. call f2b.bat
  151. goto end
  152.  
  153. :dos5
  154. G:
  155. cd\f2b
  156. call f2b.bat
  157. goto end
  158.  
  159. :dos4
  160. F:
  161. cd\f2b
  162. call f2b.bat
  163. goto end
  164.  
  165. :dos3
  166. E:
  167. cd\f2b
  168. call f2b.bat
  169. goto end
  170.  
  171. :dos2
  172. D:
  173. cd\f2b
  174. call f2b.bat
  175. goto end
  176.  
  177. :dos1
  178. C:
  179. cd\f2b
  180. call f2b.bat
  181. goto end
  182.  
  183.  
  184. :end
  185.