home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
HER100_1.ZIP
/
HERALD.ZIP
/
ZZAP.ARJ
/
HER_ZZAP.CFG
next >
Wrap
Text File
|
1993-05-02
|
2KB
|
65 lines
; **************************************************************************
;
; This is the repack section for ZZAP.
;
[REPACK]
;
; This the repack command, here ZZAP. The first "%s" is replaced by the
; file to repack. Re-comment it out to enable repacking.
;
RepackCommand zzap /N /V %s
;
; /A Flag Hidden/System/ReadOnly attributes
; /B Allow subdirectories in archives
; /C Call fix-up programs after conversions
; /F Creat list of converted files
; /I Ignore age of files
; /K Keep original archives
; /N Convert nested archives
; /P Prevent overwriting existing archives
; /R Recurse subdirectories
; /S Strip Hidden/System/ReadOnly attributes
; /T Test mode only
; /V Scan for viruses
; /X Use expanded/extended memory
; /Z Enable/disable I/O redirection
; /Eext Extension of target archive type
; /Dc Time/Date stamping c = T, L, or O
;
; Enter here which extension the target archives should have. This is
; mandatory, otherwise you will not find the correct filenames in your
; lists!!
;
RepackExtension ZIP
;
; This is the set of error messages and corresponding errorlevels. "TrashFile"
; decides wether the file is trashed when that particular error occurrs:
;
ErrorLevel 1
ErrorMessage Virus detected
TrashFile NO
;
ErrorLevel 2
ErrorMessage Corrupted archive
TrashFile YES
;
ErrorLevel 3
ErrorMessage Configuration file not found
TrashFile NO
;
ErrorLevel 4
ErrorMessage Not configured for given extension
TrashFile NO
;
ErrorLevel 5
ErrorMessage Couldn't create temporary directory
TrashFile NO
;
ErrorLevel 6
ErrorMessage Other fatal error
TrashFile NO
;
SkipRepack 32 - 34, 38, 41 - 51, 53 - 54, 56 - 57, 100 - 126
;
; **************************************************************************