home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 48 / bbd48.zip / GO.BAT < prev    next >
DOS Batch File  |  1990-08-20  |  478b  |  43 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. pasrun present %1
  28. if errorlevel 255 goto badbye
  29. if errorlevel 254 goto goodbye
  30. if errorlevel 9 psmed grbbd48
  31. if errorlevel 8 reddog nt
  32. if errorlevel 7 crypto nt %1
  33. if errorlevel 6 carcost nt %1
  34. if errorlevel 5 convert %1
  35. if errorlevel 4 vtl nt %1
  36. go %1
  37. :goodbye
  38. piracy
  39. goto end
  40. :badbye
  41. echo *****  Fatal error encountered.  Program terminating.
  42. :end
  43.