home *** CD-ROM | disk | FTP | other *** search
/ Chip 18 / Chip_18_1996.iso / antiviru / iris / antvirus.cmp next >
Encoding:
Text File  |  1994-07-21  |  714 b   |  18 lines

  1. ;+-------------------------------------------------+
  2. ;|   Sample decompression commands for anti-virus  |
  3. ;+-------------------------------------------------+
  4. ;
  5. ; Each line begins with the type of compression (PKLITE, Carmel, LZEXE and DIET)
  6. ; After the colon specify the command that decompresses the file
  7. ;    (%1 = from file, %2 = to directory, %3 = to file)
  8. ;     The "to file" is the same as the "from file" except for the extension
  9. ;      which is changed to ".AVB".
  10. ; The command must exist in your system (in the directory path) or
  11. ;  else you have to specify the full path of the command.
  12. ;
  13. PKLITE: PKLITE -x %1 %2\%3 >NUL
  14. ZIP: PKUNZIP %1 %2\ *.COM *.EXE >NUL
  15. ; Carmel:
  16. ; LZEXE:
  17. ; DIET:
  18.