home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 20 / bbd20.zip / GO.BAT < prev    next >
DOS Batch File  |  1988-03-17  |  491b  |  46 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. rem Insert BIG BLUE DISK Issue 20 Disk 1 and
  30. pause
  31. :ok
  32. pasrun present %1
  33. if errorlevel 255 goto badbye
  34. if errorlevel 254 goto goodbye
  35. if errorlevel 6 quizpres
  36. if errorlevel 5 formking
  37. if errorlevel 4 kingdom
  38. go %1
  39. :goodbye
  40. cls
  41. type goodbye.txt
  42. goto end
  43. :badbye
  44. echo *****  Fatal error encountered.  Program terminating.
  45. :end
  46.