home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 15 / bbd15.zip / GO.BAT < prev    next >
DOS Batch File  |  1988-02-03  |  617b  |  51 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. :loop
  28. if exist present.chn goto ok
  29. cls
  30. echo Insert disk 1 of BIG BLUE DISK #15.
  31. pause
  32. :ok
  33. pasrun present %1
  34. if errorlevel 255 goto badbye
  35. if errorlevel 254 goto goodbye
  36. if errorlevel 14 psmed grbbd15
  37. if errorlevel 12 showmake capture
  38. if errorlevel 11 show capture
  39. if errorlevel 10 maker
  40. if errorlevel 9 rockroll
  41. if errorlevel 8 annagrm2
  42. if errorlevel 7 monkey.exe
  43. go %1
  44. :goodbye
  45. cls
  46. type goodbye.txt
  47. goto end
  48. :badbye
  49. echo *****  Fatal error encountered.  Program terminating.
  50. :end
  51.