home *** CD-ROM | disk | FTP | other *** search
-
- ; Remove the comments to speed up processing of this file.
-
- ;----------------------------------------------------------------------------
- ; ZZAP configuration file
- ;----------------------------------------------------------------------------
-
- ; Declare your default command line switches. These are set to the
- ; normal defaults of ZZAP.
-
- SWITCH=/a+/b-/c-/f-/i-/k-/l-/m+/n+/p-/r-/s-/t-/v-/x-/y-/z+
-
- ; Declare the subdirectory to place corrupted/virused archives in.
-
- BADDIR=C:\BAD.DIR
-
- ; This alternate subdirectory for virused files is commented out
- ; so virused archives will be placed in the declared BADDIR.
-
- ; VIRUSDIR=C:\VIRUS.DIR
-
- ; BBS file fixer program name and command line options. This command
- ; is for QuickBBS but is commented out.
-
- ; FIXER=QFIX.EXE descript.ion
-
- ; Command line options for SCAN.EXE
-
- SCANOPT=/A /NOMEM /NOPAUSE /NOBREAK
-
- ; 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 execute directory sorting 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:\DS.EXE NE
-
- ; Define each of the extracting programs. Each definition must
- ; begin with the extension associated with that archive type,
- ; followed by the command to extract all files. The %1 is
- ; replaced by the path and filename of the archive.
-
- 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 lha.exe e /xm -n %1 >nul
- UNARC=pak pak.exe e %1 >nul
- UNARC=sdn pak.exe e %1 >nul
- UNARC=sqz sqz.exe a %1
- UNARC=zip pkunzip.exe -d -jhsr %1 >nul
- UNARC=zoo zoo.exe e// %1 >nul
-
- ; The next command defines the default archive to convert to. You
- ; can override this command with the /E and /O switches.
-
- DEFAULT=zip
-
- ; Define the archiving programs. This command is almost
- ; identical to the UNARC command except you must follow the
- ; program name with the command to add all files in the current
- ; subdirectory to the named archive (ZZAP replaces %1 with the
- ; archive name).
-
- ARC=arc pkpak.exe -a %1 *.* >nul
- ARC=arj arj.exe a -a -jt -y %1 *.* > nul
- ARC=dwc dwc.exe arw %1 *.*/s
- ARC=ice ice.exe a -anm %1 *.* >nul
- ARC=lzh lha.exe a -amnpr %1 *.* >nul
- ARC=pak pak.exe a /I %1 *.* >nul
- ARC=sdn pak.exe ai %1 *.* >nul
- ARC=sqz sqz.exe a %1 *.*
- ARC=zoo zoo.exe a: %1 * >nul
- ARC=zip pkzip.exe -a -ex -jhsr -whsr -p -r %1 *.* >nul
-
- ; Define self-extracting archive signatures. The first parameter
- ; is the archive type, the second parameter is offset into the
- ; file (decimal), the rest is the signature. See the manual for
- ; additional information.
-
- ; ARJ 2.30 jr
- SFX=ARJ 561 aRJsfX
-
- ; ARJ 2.30
- SFX=ARJ 562 aRJsfX
-
- ; LHA 2.05E
- SFX=LZH 36 LH's SFX
-
- ; ZIP 1.10
- SFX=ZIP 50 PKWARE
-
- ; The following command determines how executable programs (EXE
- ; and COM files) that are not self-extracting archives (SFX)
- ; should be treated. The default is to flag the file as "BAD".
- ; The following command causes the file to be ignored instead.
- ; The setting of this command will never affect executables found
- ; inside an archive which are always left alone if they are not
- ; SFX.
-
- NONSFX=IGNORE
-
- ; The next command determines if executables contained inside an
- ; archive should be checked for the SFX signature. This command
- ; accepts one of three parameters: YES, NO, and BAD (flags
- ; nested SFX files as bad archives). Here we are saying to not
- ; check for nested SFX files, which is the default if the command
- ; was left out entirely. Changing it to YES or BAD will slow
- ; down processing since all EXE and COM files in the archive must
- ; be opened and examined.
-
- NESTEDSFX=NO
-
-