home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 October
/
PCWorld_2006-10_cd.bin
/
zabezpeceni
/
avdisk
/
avdisk92e.exe
/
DATA.ZIP
/
AVDISK.DEF
next >
Wrap
Text File
|
2006-06-17
|
14KB
|
648 lines
;
;AVDisk standard configuration file (C) Deniz Oezmen, 2001-2006
;this version released with v9.0e
;
;Needed for proper function, do not alter unless you want to add support for
;an AV program.
;Comments have to start with a ";" *in the first column*
;Always comment out blank lines within bracketed blocks!
;Identifiers of all kinds are case sensitive, except file names.
;
;There is a .path block, a .config block, a .copy block and a .help block for
:each supported AV program.
;The .path block contains one line specifying the path where the AV program
;can be found. This path can be relative and is by default "..". No trailing
;backslash!
;The .copy block points the files to be copied to the startup disks.
;The definition of an AV program requires a specific and distinctive file
;name to be in the first line of this block. This is the filename AVDisk uses
;to identify an AV program.
;Files which can be found in multiple places (i.e. KAV/AVP .KEY files) have
;to be *exactly* seperated with " | " (space-pipe-space). "*" and "?" are
;also allowed to copy multiple files of the same type (e.g. *.def).
;This does not count for the first entry, which does not allow wildcards and
;multiple locations.
;Each line may be followed by a ",x", where "x" stands for the minimum number
;of files that should exist for a given pattern (e.g. the main executable
;would have ",1"). If not met, AVDisk will print out a warning.
;The .config block contains a batch file setting the environment variable
;AVProg and may contain additional modification stuff (cf. AVPDOS32).
;The help block is similar. It should contain a brief explanation of how to
;use the specified AV program, also in batch format.
;The content of these blocks is copied to the respective batch files on the
:floppy, blank lines are left out.
;Note: FreeDOS has a strange behaviour regaring some parameters issued to the
;"echo" command (or I haven't understood it correctly), so it might be that
;it outputs "echo off" sometimes instead of what it should say.
;The only solution I found was to add some sort of "unprintable character" to
;the end of those lines ...
;
;Maxmimum number of supported AV software is 32 at the current release.
;Maximum number of multiple file placements is 8 at the time being.
;
;The [required] block indicates the files AVDisk needs for proper operation.
;It will automatically search them at startup. After each file entry a ",x"
;is expected. "x" may be 0 or 1, indicating whether a file will lateron be
;copied to floppy or not. 2 ist reserved for the disk image file. The file
;will be assumed to be in .ZIP format. AVDisk expects an .IMG file of the
;same name within the .ZIP
;
;The [keydefs] block specifies the keyboard definition files supported by the
;floppy disk set (the file name without the .key suffix). The short (usually
;two-character) descriptor can optionally be followed by a comma and an alias
;name (no whitespaces whatsoever within the line!).
;
;Environment variables are *not* supported anymore.
;
[required]
diskimg.zip,2
rawrite.com,0
zip.exe,0
unzip_a.exe,0
cut.exe,0
ntfsdos.exe,1
[end required]
[keydefs]
US,ENGLISH
GR,GERMAN
FR,FRENCH
IT,ITALIAN
SP,SPANISH
AZ
BA
BE
BG
BL
BR
CF
CZ
DK
DV
EO
ET
FO
GD
GK
HR
HU
HY
IR
IS
JP
KA
KK
KY
LA
LH
LT
LV
MK
MN
MT
NL
NO
PL
PO
RH
RO
RU
SF
SG
SI
SK
SQ
SR
SU
SV
TL
TR
TT
UK
UR
UX
UZ
[end keydefs]
[supported]
F-Prot
AVPDOS32
McAfee Scan
NOD32
IPE/EZ-AV
Dr. Web
AVG
PC-cillin
Sophos
KAVDOS32
[end supported]
[F-Prot.path]
..
[end F-Prot.path]
[F-Prot.copy]
f-prot.exe,1
*.tx0,1
*.def,3
[end F-Prot.copy]
[F-Prot.config]
@Echo Off
REM
REM This program is called by AVDisk and should not be run directly
REM
If Not %1*==AVDisk* Goto End
Set AVProg=F-Prot
:End
[end F-Prot.config]
[F-Prot.help]
@Echo Off
Cls
Echo F-Prot Help
Echo ===========
Echo.
Echo You can start F-Prot from the command prompt by typing:
Echo.
Echo F-Prot
Echo.
Echo When scanning your system with F-Prot it is recommended that
Echo you modify the options to the following:
Echo.
Echo Scan inside archives
Echo Scan compressed executables
Echo Scan a normal system
Echo List only infected files
Echo Do not beep when a virus is found
Echo Use heuristics
Echo.
Echo In addition to this if you suspect your system is infected with
Echo a virus you may also wish to set F-Prot to "Ignore Document Extensions"
Echo or to perform a "Dumb scan of all files", however note that the later
Echo is more likely to generate false alarms.
Echo.
[end F-Prot.help]
[AVPDOS32.path]
..
[end AVPDOS32.path]
[AVPDOS32.copy]
avpdos32.exe,1
*.avc,20
avp.set,1
defdos32.prf,0
avp_loce.dlk,1
*.key | ..\avpsha~1\*.key | \progra~1\avpsha~1\*.key,0
[end AVPDOS32.copy]
[AVPDOS32.config]
d@Echo Off
REM Original AVPDOS32 configuration by Steven Craik and DigitAL56K. Modified
REM for AVDisk v8 by Deniz Oezmen.
REM
REM This program is called by AVDisk and should not be run directly
REM
If Not %1*==AVDisk* Goto End
REM
REM Write the AVPDOS32.INI file to look for files in the current dir
REM
Echo [AVP32] >AVPDOS32.INI
Echo LocFile=AVP_LOCE.DLK >>AVPDOS32.INI
Echo. >>AVPDOS32.INI
Echo [Configuration] >>AVPDOS32.INI
Echo KeyFile=avp.key >>AVPDOS32.INI
Echo KeysPath=. >>AVPDOS32.INI
Echo SetFile=avp.set >>AVPDOS32.INI
Echo BasePath=. >>AVPDOS32.INI
Echo. >>AVPDOS32.INI
Echo [Registration] >>AVPDOS32.INI
Echo NAME=AVDisk >>AVPDOS32.INI
Echo COMPANY=AVDisk >>AVPDOS32.INI
Set AVProg=AVPDOS32
:End
[end AVPDOS32.config]
[AVPDOS32.help]
@Echo Off
Cls
Echo AVPDOS32 Help
Echo =============
Echo.
Echo Example commands:
Echo.
Echo AVPDOS32 C:\
Echo Scan program files on drive C
Echo.
Echo AVPDOS32 *
Echo Scan program files on all hard disks
Echo.
Echo AVPDOS32 * /-
Echo Scan program files on all hard disks and disinfect
Echo.
Echo AVPDOS32 * /*
Echo Scan all files on all hard disks
Echo.
Echo AVPDOS32 * /* /-
Echo Scan all files on all hard disks and disinfect
Echo.
Echo.
Echo Type AVPDOS32 /? for full list of command line options
Echo.
[end AVPDOS32.help]
[McAfee Scan.path]
..
[McAfee Scan.path]
[McAfee Scan.copy]
scanpm.exe,1
license.dat,1
messages.dat,1
scan.dat,1
names.dat,1
clean.dat,1
[end McAfee Scan.copy]
[McAfee Scan.config]
@Echo Off
REM
REM This program is called by AVDisk and should not be run directly
REM
If Not %1*==AVDisk* Goto End
Set AVProg=ScanPM
:End
[end McAfee Scan.config]
[McAfee Scan.help]
@Echo Off
Cls
Echo VirusScan Help
Echo ==============
Echo.
Echo Example commands:
Echo.
Echo SCANPM C:\ /SUB
Echo Scan program files on drive C
Echo.
Echo SCANPM /ADL
Echo Scan program files on all hard disks
Echo.
Echo SCANPM /ADL /CLEAN
Echo Scan program files on all hard disks and disinfect
Echo.
Echo SCANPM /ADL /ALL
Echo Scan all files on all hard disks
Echo.
Echo SCANPM /ADL /ALL /CLEAN
Echo Scan all files on all hard disks and disinfect
Echo.
Echo.
Echo Type SCANPM /? for full list of command line options
Echo.
[end McAfee Scan.help]
[NOD32.path]
..
[end NOD32.path]
[NOD32.copy]
nod32dos.exe,1
*.000,1
nod32.cfg,0
[end NOD32.copy]
[NOD32.config]
@Echo Off
REM
REM This program is called by AVDisk and should not be run directly
REM
If Not %1*==AVDisk* Goto End
Set AVProg=NOD32
:End
[end NOD32.config]
[NOD32.help]
@Echo Off
Cls
Echo NOD32 Help
Echo ==========
Echo.
Echo You can start NOD from the command prompt by typing:
Echo.
Echo NOD32DOS
Echo.
Echo When scanning your system with NOD it is recommended that
Echo you modify the options to the following (choose the setup tab):
Echo.
Echo "All" diagnostics targets
Echo "All" diagnostics methods
Echo "Standard" heuristic sensitivity
Echo "Offer an action" on virus detection
Echo.
Echo If you suspect a virus infection, but NOD does not find anything using
Echo these settings, you may set the heuristics sensitivity to "Deep" and scan
Echo again. But be aware that this setting might lead to a higher false alarm
Echo rate.
Echo.
[end NOD32.help]
[IPE/EZ-AV.path]
..
[end IPE/EZ-AV.path]
[IPE/EZ-AV.copy]
vet.dat,1
rescue.exe,1
vetmacro.dat,1
vet.da1,1
[end IPE/EZ-AV.copy]
[IPE/EZ-AV.config]
@Echo Off
REM
REM This program is called by AVDisk and should not be run directly
REM
If Not %1*==AVDisk* Goto End
Set AVProg=IPE/EZ-AV
:End
[end IPE/EZ-AV.config]
[IPE/EZ-AV.help]
@Echo Off
Cls
Echo IPE/EZ-AV Help
Echo ==============
Echo.
Echo Example commands:
Echo.
Echo RESCUE C:\*.* /r
Echo Scan program files on drive C
Echo.
Echo RESCUE C:\*.* /r /f
Echo Scan all files on drive C
Echo.
Echo Type RESCUE /? for a full list of command line options
Echo.
[end IPE/EZ-AV.help]
[Dr. Web.path]
..
[end Dr. Web.path]
[Dr. Web.copy]
drweb386.exe,1
drweb32.key,1
drweb32.dll,1
*.dwl,0
*.vdb,1
[end Dr. Web.copy]
[Dr. Web.config]
@Echo Off
REM
REM This program is called by AVDisk and should not be run directly
REM
If Not %1*==AVDisk* Goto End
Set AVProg=Dr. Web
:End
[end Dr. Web.config]
[Dr. Web.help]
@Echo Off
Cls
Echo Dr. Web Help
Echo ============
Echo.
Echo Example commands:
Echo.
Echo DRWEB386 C: /al
Echo Scan all files on drive C:
Echo.
Echo DRWEB386 *
Echo Scan all drives
Echo.
Echo Type DRWEB386 /? for a full list of command line options
Echo.
[end Dr. Web.help]
[AVG.path]
..
[end AVG.path]
[AVG.copy]
avg.exe,1
avg7dos.lng,1
avi7.avg,1
[end AVG.copy]
[AVG.config]
@Echo Off
REM
REM This program is called by AVDisk and should not be run directly
REM
If Not %1*==AVDisk* Goto End
Set AVProg=AVG
:End
[end AVG.config]
[AVG.help]
@Echo Off
Cls
Echo AVG Help
Echo ========
Echo.
Echo Example commands:
Echo.
Echo AVG C:\
Echo Performs a default scan of drive C:
Echo.
Echo AVG /?
Echo Gives you additional options
Echo.
[end AVG.help]
[PC-cillin.path]
..
[end PC-cillin.path]
[PC-cillin.copy]
pcscan.exe,1
dos4gw.exe,1
pcscan.dat,1
generic.bin,1
lpt$vpn.*,0
[end PC-cillin.copy]
[PC-cillin.config]
@Echo Off
REM
REM This program is called by AVDisk and should not be run directly
REM
If Not %1*==AVDisk* Goto End
Set AVProg=PC-cillin
:End
[end PC-cillin.config]
[PC-cillin.help]
@Echo Off
Cls
Echo PC-cillin Help
Echo ==============
Echo.
Echo Example commands:
Echo.
Echo PCSCAN /V
Echo Scans program files on all local drives
Echo.
Echo PCSCAN /V /A
Echo Scans all files on all local drives
Echo.
Echo PCSCAN C: D:
Echo Scans program files on drives C and D only
Echo.
Echo Type PCSCAN /? for a full list of options and more examples.
Echo.
[end PC-cillin.help]
[Sophos.path]
..
[end Sophos.path]
[Sophos.copy]
sweep.exe,1
dos4gw.exe,1
vdl.dat,1
vdl??.vdb,11
*.ide,0
[end Sophos.copy]
[Sophos.config]
@Echo Off
REM
REM This program is called by AVDisk and should not be run directly
REM
If Not %1*==AVDisk* Goto End
Set AVProg=Sophos
:End
[end Sophos.config]
[Sophos.help]
@Echo Off
Cls
Echo SWEEP Help
Echo ==========
Echo.
Echo Example commands:
Echo.
Echo SWEEP C: -P=C:\REPORT.TXT
Echo Scan program files on drive C and log to file C:\REPORT.TXT
Echo.
Echo SWEEP *:
Echo Scan program files on all hard disks
Echo.
Echo SWEEP *: -DI
Echo Scan program files on all hard disks and disinfect
Echo.
Echo SWEEP *: -ALL
Echo Scan all files on all hard disks
Echo.
Echo SWEEP *: -ALL -DI -NB
Echo Scan all files on all hard disks, disinfect and
Echo do not beep on virus discovery.
Echo.
Echo Type SWEEP -? for full list of command line options
Echo.
[end Sophos.help]
[KAVDOS32.path]
..
[end KAVDOS32.path]
[KAVDOS32.copy]
kavdos32.exe,1
*.avc,20
avp*.set,1
defdos32.prf,0
avp_loc.dll,1
*.key,0
[end KAVDOS32.copy]
[KAVDOS32.config]
d@Echo Off
REM Original AVPDOS32 configuration by Steven Craik and DigitAL56K. Adapted
REM to KAVDOS32 by Deniz Oezmen.
REM
REM This program is called by AVDisk and should not be run directly
REM
If Not %1*==AVDisk* Goto End
REM
REM Write the AVPDOS32.INI file to look for files in the current dir
REM
Echo [AVP32] >AVPDOS32.INI
Echo LocFile=AVP_LOC.DLL >>AVPDOS32.INI
Echo. >>AVPDOS32.INI
Echo [Configuration] >>AVPDOS32.INI
Echo KeyFile=kav.key >>AVPDOS32.INI
Echo KeysPath=. >>AVPDOS32.INI
Echo SetFile=avp_x.set >>AVPDOS32.INI
Echo BasePath=. >>AVPDOS32.INI
Echo. >>AVPDOS32.INI
Echo [Registration] >>AVPDOS32.INI
Echo NAME=AVDisk >>AVPDOS32.INI
Echo COMPANY=AVDisk >>AVPDOS32.INI
Set AVProg=KAVDOS32
:End
[end KAVDOS32.config]
[KAVDOS32.help]
@Echo Off
Cls
Echo KAVDOS32 Help
Echo =============
Echo.
Echo Example commands:
Echo.
Echo KAVDOS32 C:\
Echo Scan program files on drive C
Echo.
Echo KAVDOS32 *
Echo Scan program files on all hard disks
Echo.
Echo KAVDOS32 * /-
Echo Scan program files on all hard disks and disinfect
Echo.
Echo KAVDOS32 * /*
Echo Scan all files on all hard disks
Echo.
Echo KAVDOS32 * /* /-
Echo Scan all files on all hard disks and disinfect
Echo.
Echo.
Echo Type KAVDOS32 /? for full list of command line options
Echo.
[end KAVDOS32.help]