home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / ZZAP61A.ZIP / ZZAP.REF < prev   
Encoding:
Text File  |  1990-07-27  |  2.0 KB  |  44 lines

  1.                      ZZAP Quick Reference Guide
  2.  
  3.  
  4. Configuration file commands:
  5.  
  6. ARC=        Archiving program specification.   EXT PROGNAME.EXT OPTIONS
  7. UNARC=      Unarchiving program specification.  EXT PROGNAME.EXT OPTIONS
  8. DEFAULT=    The default extension, accepts any archive file extension.
  9. BADDIR=     The subdirectory to place corrupted and infected archives.
  10. LOG=        The path and filename of the activity log.
  11. SWITCH=     Default command line switches.
  12. FIXER=      Program name and options for file list fix up program.
  13. AGE=        Maximum days old of files to be processed.
  14. PRE=        Program and options to execute before extracting files from the
  15.             archive .
  16. MID=        Program and options to execute after extracting files from the
  17.             archive.
  18. POST=       Program and to execute to execute after creating the new archive.
  19. SCANOPT=    Command line options for SCAN.EXE (virus scanner).
  20.  
  21. Command line switches:
  22.  
  23. /A±    Flag HIDDEN, SYSTEM, or READ-ONLY attributes, archive will be
  24.        considered corrupted.
  25. /C±    Call the fix up program defined by FIXER=.
  26. /D?    Date stamping, ? can be (L)atest, (O)riginal, or (T)oday.
  27. /E???  Default extension (overides DEFAULT=), ??? is the 3 letter extension.
  28. /F±    Create list of converted archives.
  29. /I±    Ignore the AGE= setting and process all files regardless of age.
  30. /K±    Keep the original archive.
  31. /L±    Log activity to file defined by LOG=.
  32. /N±    Convert nested archives.
  33. /P±    Prevent overwriting of archives when converting.
  34. /R±    Recurse subdirectories.
  35. /S±    Strip HIDDEN, SYSTEM, and READ-ONLY attributes from files.
  36. /T±    Test mode, don't create new archives.
  37. /V±    Check for viruses using SCAN.EXE
  38. /X±    Use EMS or XMS when executing external programs.
  39. /Z±    Enable/disable I/O redirection.
  40.  
  41. NOTE:  ± indicates the switch accepts a "+" or "-" after the letter,
  42. e.g. "/V+".  A "+" turns the option on, a "-" turns the option off.
  43. Omitting it has the same effect as a "+".
  44.