home *** CD-ROM | disk | FTP | other *** search
- ;+-------------------------------------------------+
- ;| Sample decompression commands for anti-virus |
- ;+-------------------------------------------------+
- ;
- ; Each line begins with the type of compression (PKLITE, Carmel, LZEXE and DIET)
- ; After the colon specify the command that decompresses the file
- ; (%1 = from file, %2 = to directory, %3 = to file)
- ; The "to file" is the same as the "from file" except for the extension
- ; which is changed to ".AVB".
- ; The command must exist in your system (in the directory path) or
- ; else you have to specify the full path of the command.
- ;
- PKLITE: PKLITE -x %1 %2\%3 >NUL
- ZIP: PKUNZIP %1 %2\ *.COM *.EXE >NUL
- ; Carmel:
- ; LZEXE:
- ; DIET: