home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 254.GO.BAT < prev    next >
DOS Batch File  |  1987-09-28  |  842b  |  29 lines

  1. echo off
  2. cls
  3. checkit 369248
  4. if errorlevel 6 goto runwith2
  5. if errorlevel 5 goto quit
  6. if errorlevel 4 goto runwith1
  7. if errorlevel 3 goto inst
  8. if errorlevel 2 goto quit
  9. if errorlevel 1 goto quit
  10. goto quit
  11. :runwith2
  12. cls
  13. echo *******************************************************************
  14. echo * Insert the DISCatalog Data Disk (#2) in drive B                 *
  15. echo * Ensure that DISCatalog Program Disk (#1) is still in drive A    *
  16. echo *******************************************************************
  17. Pause
  18. :runwith1
  19. cls
  20. echo ******************************************************************* 
  21. echo *Type DISC then press the ENTER key to run DISCatalog             *
  22. echo *******************************************************************
  23. goto end
  24. :inst
  25. install
  26. :quit
  27. echo     Stopping Start up ....
  28. :end
  29.