ZZAP.CFG

2.1 KB 32e1376c656081cd…
;----------------------------------------------------------------------------
;                      ZZAP configuration file
;----------------------------------------------------------------------------

; Declare your default command line switches.  These are set to the
; normal default that ZZAP uses.

SWITCH=a+/f-/i-/k-/l-/n+/p-/r-/s-/t+/v+/x+/b+

; Declare the subdirectory to place corrupted/virused archives in.

BADDIR=d:\dl\uploads

; BBS file fixer program name and command line options

;FIXER=QFIX.EXE descript.ion

; Command line options for SCAN.EXE

SCANOPT=/A /NOMEM

; Set the maximum number of days old a file can be to allow processing.
; Setting this value to zero will cause the age of a file to be ignored.
; AGE=1 indicates files with today's date ONLY, AGE=2 is for files stamped
; with today's or yesterday's date.

AGE=0

; One use for the MID= command is to declare Norton's DIRSORT program
; so that all files are sorted before being placed in the new archive.
; Programs such as PKZIP do not sort the files when placing them in
; the archive.  This example is commented out.

;MID=D:\NORTON\DS.EXE NE

; Define each of the extracting programs.

UNARC=arc pkunpak.exe %1 >nul
UNARC=arj arj.exe e -a -y %1 >nul
UNARC=dwc dwc.exe ew %1 >nul
UNARC=ice ice.exe e -n %1 >nul
UNARC=lbr lue220.com %1 >nul
UNARC=lzh lharc.exe e /xm -n %1 >nul
UNARC=pak pak.exe e %1 >nul
UNARC=sdn pak.exe e %1 >nul
UNARC=zip pkunzip.exe -d -jhsr %1 >nul
UNARC=zoo zoo.exe e// %1 >nul

; Default archive extension to convert to

DEFAULT=zip

; Define the archiving programs.

ARC=arc pkpak.exe -a %1 *.* >nul
ARC=arj arj.exe a -a -y %1 *.* > nul
ARC=dwc dwc.exe arw %1 *.*/s
ARC=ice ice.exe a -anm %1 *.* >nul
ARC=lzh lharc.exe a -amnpr %1 *.* >nul
ARC=pak pak.exe a /I %1 *.* >nul
ARC=sdn pak.exe ai %1 *.* >nul
ARC=zoo zoo.exe a: %1 * >nul
ARC=zip pkzip.exe -a -ex -jhsr -whsr -p -r %1 *.* >nul

; Here's an example of automatically adding an archive comment by using the
; -z option of PKZIP and redirecting the standard input from a file:

; ARC=zip pkzip.exe -a -ex -jhsr -whsr -z %1 *.* >NUL <c:\archives\header.txt