home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t460 / 1.ddi / PCKWIK / RNBNCH1.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-07-23  |  517 b   |  29 lines

  1. echo off
  2. if "%1" == "?" goto help
  3. if "%1" == "/?" goto help
  4. cls
  5. type benchcnt.txt
  6. pause
  7. PCKSPL /U
  8. PCKKEY /U
  9. PCKSCRN /U
  10. SUPERPCK /U
  11. if errorlevel 6 goto errend
  12. if errorlevel 5 goto startc
  13. if errorlevel 4 goto errend
  14. :startc
  15. RNBNCH2 %1 %2 %3 %4 %5 %6 %7 %8 %9
  16. rem
  17. :errend
  18. cls
  19. echo Unable to Uninstall Super PC-Kwik.
  20. echo Other programs may be loaded after Super PC-Kwik.
  21. echo This must be used with Super PC-Kwik version 2.27 and above.
  22. echo  
  23. goto end
  24. :help
  25. cls
  26. type benchopt.txt
  27. :end
  28. rem
  29.