home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / OTHERFIL / WZDRY7-1.ZIP / CRUS01.ZIP / PLAY.BAT < prev    next >
DOS Batch File  |  1992-09-17  |  3KB  |  159 lines

  1. @echo off
  2. cls
  3. ds
  4. if ERRORLEVEL 30 goto err30
  5. if ERRORLEVEL 29 goto err29
  6. if ERRORLEVEL 28 goto err28
  7. if ERRORLEVEL 27 goto err27
  8. if ERRORLEVEL 26 goto err26
  9. if ERRORLEVEL 25 goto err25
  10. if ERRORLEVEL 24 goto err24
  11. if ERRORLEVEL 23 goto err23
  12. if ERRORLEVEL 22 goto err22
  13. if ERRORLEVEL 21 goto err21
  14. if ERRORLEVEL 20 goto err20
  15. if ERRORLEVEL 19 goto err19
  16. if ERRORLEVEL 18 goto err18
  17. if ERRORLEVEL 17 goto err17
  18. if ERRORLEVEL 16 goto err16
  19. if ERRORLEVEL 15 goto err15
  20. if ERRORLEVEL 14 goto err14
  21. if ERRORLEVEL 13 goto err13
  22. if ERRORLEVEL 12 goto err12
  23. if ERRORLEVEL 11 goto err11
  24. if ERRORLEVEL 10 goto err10
  25. if ERRORLEVEL 9 goto err9
  26. if ERRORLEVEL 8 goto err8
  27. if ERRORLEVEL 7 goto err7
  28. if ERRORLEVEL 6 goto err6
  29. if ERRORLEVEL 5 goto err5
  30. if ERRORLEVEL 4 goto err4
  31. if ERRORLEVEL 3 goto err3
  32. if ERRORLEVEL 2 goto err2
  33. if ERRORLEVEL 1 goto err1
  34. goto exitok
  35.  
  36. :err1
  37. echo SYSTEM ERROR: Unable to Open SCENARIO.HDR
  38. goto exitok
  39.  
  40. :err2 
  41. echo SYSTEM ERROR: Graphics Mode Not Configured!
  42. goto exitok
  43.  
  44. :err3
  45. echo SYSTEM ERROR: Unable to Configure Graphics Mode
  46. goto exitok
  47.  
  48. :err4
  49. echo SYSTEM ERROR: Insufficient Memory - See MEMORY NOTE #1
  50. goto exitok
  51.  
  52. :err5
  53. echo SYSTEM ERROR: Unable to Load System Fonts
  54. goto exitok
  55.  
  56. :err6
  57. echo SYSTEM ERROR: Unable to Load Mouse Pointers
  58. goto exitok
  59.  
  60. :err7
  61. echo SYSTEM ERROR: Unable to Load BASE Graphics 
  62. goto exitok
  63.  
  64. :err8
  65. echo SYSTEM ERROR: Unable to Load System Headers
  66. goto exitok
  67.  
  68. :err9
  69. echo SYSTEM ERROR: Unable to Open MSG.DBS
  70. goto exitok
  71.  
  72. :err10
  73. echo SYSTEM ERROR: Unable to Open SCENARIO.DBS
  74. goto exitok
  75.  
  76. :err11
  77. echo SYSTEM ERROR: Unable to Open Sound File
  78. goto exitok
  79.  
  80. :err12
  81. echo SYSTEM ERROR: Insufficient Memory for Resident Sounds
  82. goto exitok
  83.  
  84. :err13
  85. echo SYSTEM ERROR: Insufficient Memory for Lists
  86. goto exitok
  87.  
  88. :err14 
  89. echo SYSTEM ERROR: Unable to Load MAIN Screen
  90. goto exitok
  91.  
  92. :err15 
  93. echo SYSTEM ERROR: Unable to Open Score
  94. goto exitok
  95.  
  96. :err16 
  97. echo SYSTEM ERROR: Unable to Open Patch Bank
  98. goto exitok
  99.  
  100. :err17 
  101. echo SYSTEM ERROR: Insufficient Memory for Score
  102. goto exitok
  103.  
  104. :err18 
  105. echo SYSTEM ERROR: Unable to Load ANIMATION 
  106. goto exitok
  107.  
  108. :err19 
  109. echo SYSTEM ERROR: Unable to Load PORTRAITS    
  110. goto exitok
  111.  
  112. :err20 
  113. echo SYSTEM ERROR: Unable to Re-Open SCENARIO.HDR
  114. goto exitok
  115.  
  116. :err21 
  117. echo Password Verification Error
  118. goto exitok
  119.  
  120. :err22 
  121. echo SYSTEM ERROR: Cache Index Overflow         
  122. goto exitok
  123.  
  124. :err23 
  125. echo SYSTEM ERROR: Insufficient Memory for Virtual Cache
  126. goto exitok
  127.  
  128. :err24 
  129. echo SYSTEM ERROR: Lost Virtual Cache!
  130. goto exitok
  131.  
  132. :err25 
  133. echo SYSTEM ERROR: Unable to Re-Open MSG.DBS     
  134. goto exitok
  135.  
  136. :err26 
  137. echo SYSTEM ERROR: Unable to Re-Open SCENARIO.DBS
  138. goto exitok
  139.  
  140. :err27 
  141. echo SYSTEM ERROR: Unable to Load MAZE Graphics
  142. goto exitok
  143.  
  144. :err28 
  145. echo SYSTEM ERROR: Unable to Load REVIEW Screen
  146. goto exitok
  147.  
  148. :err29 
  149. echo SYSTEM ERROR: Unable to Allocate Monster Memory!
  150. goto exitok
  151.  
  152. :err30 
  153. echo SYSTEM ERROR: Unknown Error - Please Report
  154. goto exitok
  155.  
  156. :exitok
  157. echo on
  158.  
  159.