home *** CD-ROM | disk | FTP | other *** search
- ; ┌──────────────────────────────────────────────────────────┐
- ; │ Configuration File for ReRAR 1.0 │
- ; │ Copyright (c) 1994 KCI Development. All rights reserved. │
- ; └──────────────────────────────────────────────────────────┘
- ;
- ; Make modifications ONLY if you really know what you are doing!
- ;
- ;
- ; Virus Scanner Commandlines
- ; ==========================
- ; It is recommended to let the scanner create a virus logfile which is being
- ; preserved in case of a found virus. Use @1 wildcard for that one.
- ;
- ; Format: VSCAN <errorlevel> <commandline>
- ; the <errorlevel> field is used to specify the minimum errorlevel
- ; ReRAR will recognize as "Virus found" - usually, virus scanners
- ; return lower errorlevels to signal general errors such as corrupt
- ; data files etc. and higher ones to indicate viruses.
- ;
- ; Note that in the unregistered version, only the first command is being
- ; used. Registration enables you to specify up to 10.
- ; Refer to REGISTER.KCI for details on how to register.
- ;
- ; McAfee Scan 2.x+
- VSCAN 13 SCAN *.* /ALL /NOEMS /NOMEM /NOBREAK /SUB /REPORT @1
- ;
- ; McAfee Scan V???
- ;VSCAN 1 SCAN *.* /A /NOMEM /NOBREAK /NOEXPIRE /NOPAUSE /SUB /REPORT @1
- ;
- ; Thunderbyte Virus-Scanner (TBSCAN) 6.x+
- VSCAN 4 TBSCAN *.* af nb nm nh ll=4 ba ln=@1
- ;
- ;
- ;
- ; Unpack Commandlines
- ; ===================
- ; Name of the file to unpack is being added at the end of the command.
- ;
- ; Format: UNPACK <extension> <commandline>
- ; in the <extension> field, you may include # as wildcard to
- ; substitute any numeric character (0-9)
- ; Be careful when defining packer which use numeric extensions
- ; such as the Ultra Compressor (UC2) - replace any numeric
- ; character with the wildcard # (i.e. UC#), otherwise the
- ; packed files won't be recognized!
- ;
- ; Note that in the unregistered version, only the first 10 commands are
- ; being used. Registration enables you to specify up to 100.
- ; Refer to REGISTER.KCI for details on how to register.
- ;
- UNPACK ZIP PKUNZIP.EXE -d -o
- UNPACK Z## PKUNZIP.EXE -d -o
- UNPACK ARJ ARJ.EXE x -c -y -i
- UNPACK J## ARJ.EXE x -c -y -i
- UNPACK ARC PKXARC.EXE -x
- UNPACK A## PKXARC.EXE -x
- UNPACK LZH LHA.EXE x /m1
- UNPACK L## LHA.EXE x /m1
- UNPACK RAR RAR.EXE x -y -c-
- UNPACK R## RAR.EXE x -y -c-
- ;
- UNPACK LHA LHA.EXE x /m1
- UNPACK SQZ SQZ.EXE x
- UNPACK ZOO ZOO.EXE xdOS
- UNPACK PAK PAK.EXE e /WA
- UNPACK UC# UC.EXE e
- UNPACK HYP HYPER.EXE -xo
- ;
- ;
- ;
- ; Repack Commandline-Options
- ; ==========================
- ; General Syntax as in the Unpack-Commands. You may use any valid RAR
- ; commandline options, maybe to include logos or add authenticity
- ; verifications. Having said that, it is recommended to stick with the
- ; default.
- ; However you may use a different packer than RAR (which would of course
- ; be pretty silly, but if necessary, why not :) - example for ARJ would
- ; be REPACK ARJ ARJ.EXE m -r
- ; Note that the packer must have the ability to recurse subdirectories,
- ; otherwise some of your archives might not be converted properly!
- ;
- REPACK RAR RAR.EXE m -r
- ; (^^^^ = move files and recurse subdirectories)
- ;
- ;
- ;
- ; Miscellaneous Options
- ; =====================
- ;
- ; Temp Dir Name
- ; Use without path. This directory is being created every time ReRAR is
- ; started and removed afterwards, unless it already existed. Note that
- ; if so, all previous contents will be deleted, so you better specify a
- ; name that is unique (or even better, leave the default :)
- ;
- TEMPDIR RERARDIR.T$$
- ;
- ;
- ; Default commandline
- ; You may use any combination of the following options:
- ; A Add logo or information file as specified in the configuration.
- ; I Also convert archives inside archives (if any).
- ; L Set archive timestamp to latest file (same as RAR -tl).
- ; M Upon virus found, move files to directory sepcified in the
- ; configuration (no effect if V not specified; if not given,
- ; the original archive will be left untouched and ReRAR is
- ; copying the scanner-logs to a file called name.!V!).
- ; R ReRAR existing RAR archives as well.
- ; S Preserve timestamp of original file.
- ; U Delete unwanted files (used with REMOVE-keyword).
- ; V Activate virus-scanner.
- ;
- ; Note that in the unregistered version, this feature is disabled.
- ; Refer to REGISTER.KCI for details on how to register.
- ;
- CMDLINE IR
- ;
- ;
- ; Directory for suspicious files
- ; This directory is being used when the M switch has been specified.
- ; Files that don't pass the virus check
- ;
- SUSPICDIR C:\VERIFY\VIRUS
- ;
- ;
- ; Activity Logging
- ; If you specify a logfile-name, Re-RAR will create or append to the
- ; given filename to output logging information, such as errorlevels,
- ; names of archives converted, etc.
- ;
- ; Note that in the unregistered version, this feature is disabled.
- ; Refer to REGISTER.KCI for details on how to register.
- ;
- ;
- LOG C:\RERAR.LOG
- ;
- ;
- ; File(s) to add to archive
- ; Here you can enter a number of files to be added to such as info
- ; files for your system, your network, etc. Up to 10 files.
- ;
- ; Note that in the unregistered version, this feature is disabled.
- ; Refer to REGISTER.KCI for details on how to register.
- ;
- ;ADD C:\MYBBSINF.TXT
- ;
- ;
- ; File(s) to remove from archive
- ; Here you can enter a number of files to be removed, such as info
- ; files from other systems, etc. Up to 100 files.
- ;
- ; Note that in the unregistered version, this feature is disabled.
- ; Refer to REGISTER.KCI for details on how to register.
- ;
- ;REMOVE CRAPFILE.TXT
- ;
- ;
- ;
- ; Registration Information
- ; ========================
- ; Don't use unless you have received your registration details.
- ;
- ;REGNAME
- ;REGSNUM
- ;REGCODE
- ;
- ;
- ;
- ; End of File
-