home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem unpacker decompressor.exe qwk_fname internals
-
- %1 %2 %3 %4 %5 %6 %7 %8 %9
-
- if (%1)==(PKUNZIP) goto PK
- if (%1)==(PKUNPAK) goto PK
- if (%1)==(LHA) goto OTHER
- if (%1)==(ARJ) goto OTHER
-
- :PK
- if exist *.up? BlueQWK %2 BW-REP
- if exist *.inf BlueQWK %2 BW-QWK
- goto END
-
- :OTHER
- if exist *.up? BlueQWK %3 BW-REP
- if exist *.inf BlueQWK %3 BW-QWK
- goto END
-
- :END
-