home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 42 / bbd42.zip / GO.BAT < prev    next >
DOS Batch File  |  1990-02-19  |  724b  |  67 lines

  1. echo off
  2. cls
  3. :loop
  4. cls
  5. if exist present.chn goto ok
  6. echo 
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.                       Issue 42 should be run from Disk 1
  18. echo                Please insert BIG BLUE DISK Issue 42 Disk 1 and
  19. pause
  20. goto loop
  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 8 goto magellan
  50. if errorlevel 7 qr
  51. if errorlevel 6 psmed grbbd42
  52. if errorlevel 5 pam %1
  53. if errorlevel 4 mam
  54. go %1
  55. :goodbye
  56. if not exist present.chn goto end
  57. piracy
  58. type goodbye.txt
  59. goto end
  60. :magellan
  61. mgtrial
  62. goto end
  63. :badbye
  64. echo *****  Fatal error encountered.  Program terminating.
  65. :end
  66.  
  67.