home *** CD-ROM | disk | FTP | other *** search
- echo off
- if "%1" == "?" goto help
- if "%1" == "/?" goto help
- cls
- type benchcnt.txt
- pause
- PCKSPL /U
- PCKKEY /U
- PCKSCRN /U
- SUPERPCK /U
- if errorlevel 6 goto errend
- if errorlevel 5 goto startc
- if errorlevel 4 goto errend
- :startc
- RNBNCH2 %1 %2 %3 %4 %5 %6 %7 %8 %9
- rem
- :errend
- cls
- echo Unable to Uninstall Super PC-Kwik.
- echo Other programs may be loaded after Super PC-Kwik.
- echo This must be used with Super PC-Kwik version 2.27 and above.
- echo
- goto end
- :help
- cls
- type benchopt.txt
- :end
- rem