home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 45 / bbd45.zip / GO.BAT < prev    next >
DOS Batch File  |  1990-05-22  |  833b  |  77 lines

  1. echo off
  2. cls
  3. echo 
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.            ----------     Running BIG BLUE DISK Menu     ----------
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. iv /r /m-
  28. iv /m- /b /wt0 /wb24 /c /fcontents.txt
  29. pasrun present %1
  30. if errorlevel 255 goto badbye
  31. if errorlevel 254 goto goodbye
  32. if errorlevel 8 goto run_lhx
  33. if errorlevel 7 goto run_weigh
  34. if errorlevel 6 goto run_chime
  35. if errorlevel 5 goto run_sf
  36. if errorlevel 4 goto run_dossos
  37. go %1
  38. :run_weigh
  39. iv /m- /fweigh.txt
  40. weigh
  41. go %1
  42. :run_lhx
  43. iv /r
  44. lhx
  45. go %1
  46. :run_sf
  47. iv /m- /fsf.txt
  48. cls
  49. type sf_warn.txt
  50. pause
  51. sf
  52. go %1
  53. :run_dossos
  54. iv /m- /fdossos.txt
  55. cls
  56. type dos_warn.txt
  57. pause
  58. dossos
  59. go %1
  60. :run_chime
  61. iv /r
  62. cls
  63. chime /t-
  64. iv /m- /b /wt0 /wb24 /c /fchime.txt
  65. pause
  66. go %1
  67. :goodbye
  68. piracy
  69. goto end
  70. :badbye
  71. echo *****  Fatal error encountered.  Program terminating.
  72. :end
  73. iv /r
  74.  
  75.  
  76.  
  77.