home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 43 / bbd43.zip / GO.BAT < prev    next >
DOS Batch File  |  1990-03-19  |  922b  |  91 lines

  1. echo off
  2. :loop
  3. cls
  4. if exist present.chn goto ok
  5. echo 
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.                       Issue 43 should be run from Disk 1
  17. echo                Please insert BIG BLUE DISK Issue 43 Disk 1 and
  18. pause
  19. goto loop
  20.  
  21. :ok
  22. echo 
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.            ----------     Running BIG BLUE DISK Menu     ----------
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46. pasrun present %1
  47. if errorlevel 255 goto badbye
  48. if errorlevel 254 goto goodbye
  49. if errorlevel 15 goto run_ec
  50. if errorlevel 14 goto run_tracon
  51. if errorlevel 13 goto run_n
  52. if errorlevel 12 pc
  53. if errorlevel 6 goto run_blankit
  54. if errorlevel 5 french
  55. if errorlevel 4 wari
  56. go %1
  57.  
  58. :run_blankit
  59. blankit
  60. presskey
  61. go %1
  62.  
  63. :run_tracon
  64. tracon
  65. cls
  66. type tracon.msg
  67. presskey
  68. go %1
  69.  
  70. :run_ec
  71. ec
  72. cls
  73. type ec.msg
  74. presskey
  75. go %1
  76.  
  77. :run_n
  78. n
  79. cls
  80. type n.msg
  81. presskey
  82. go %1
  83.  
  84. :goodbye
  85. piracy
  86. goto end
  87. :badbye
  88. echo               *****  Fatal error encountered.  Program terminating.
  89. :end
  90.  
  91.