home *** CD-ROM | disk | FTP | other *** search
- ;
- ;AVDisk standard configuration file (C) Deniz Oezmen, 2001-2005
- ;this version released with v8.1l
- ;
- ;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 .config block, a .copy block and a .help block for each supported
- ;AV program.
- ;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.
- ;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.
- ;
- ;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.
- ;Environment variables such as %windir% may be used.
- ;
-
- [required]
- pkzip.exe,0
- pkunzip.exe,1
- ;csfd.exe,0
- 2floppy.zip,1
- %winbootdir%\ramdrive.sys,1
- %winbootdir%\emm386.exe,1
- %winbootdir%\himem.sys,1
- %winbootdir%\command\choice.com,1
- %winbootdir%\command\mode.com,1
- %winbootdir%\command\keyb.com,1
- %winbootdir%\command\ega.cpi,1
- %winbootdir%\command\keyboard.sys,1
- %winbootdir%\command\display.sys,1
- [end required]
-
- [supported]
- F-Prot
- AVPDOS32
- ;AVPLite
- McAfee Scan
- NOD32
- IPE/EZ-AV
- Dr. Web
- AVG
- PC-cillin
- Sophos
- [end supported]
-
- [F-Prot.copy]
- f-prot.exe
- *.tx0
- *.def
- [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.copy]
- avpdos32.exe
- *.avc
- avp.set
- defdos32.prf
- avp_loce.dlk
- *.key | ..\avpsha~1\*.key | \progra~1\avpsha~1\*.key
- [end AVPDOS32.copy]
-
- [AVPDOS32.config]
- @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]
-
- ;[AVPLite.copy]
- ;avplite.exe
- ;readme.txt
- ;avp.*
- ;*.avc
- ;[end AVPLite.copy]
-
- ;[AVPLite.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=AVPLite
- ;
- ;:End
- ;[end AVPLite.config]
-
- ;[AVPLite.help]
- ;@Echo Off
- ;Cls
- ;Echo AVPLite Help
- ;Echo ============
- ;Echo.
- ;Echo Example commands:
- ;Echo.
- ;Echo AVPLite C:\
- ;Echo Scan program files on drive C
- ;Echo.
- ;Echo AVPLite *
- ;Echo Scan program files on all hard disks
- ;Echo.
- ;Echo AVPLite * /-
- ;Echo Scan program files on all hard disks and disinfect
- ;Echo.
- ;Echo AVPLite * /*
- ;Echo Scan all files on all hard disks
- ;Echo.
- ;Echo AVPLite * /* /-
- ;Echo Scan all files on all hard disks and disinfect
- ;Echo.
- ;Echo.
- ;Echo Type AVPLite /? for full list of command line options
- ;Echo.
- ;[end AVPLite.help]
-
- [McAfee Scan.copy]
- scanpm.exe
- license.dat
- messages.dat
- scan.dat
- names.dat
- clean.dat
- [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.copy]
- nod32dos.exe
- *.000
- nod32.cfg
- [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.copy]
- vet.dat
- rescue.exe
- vetmacro.dat
- vet.da1
- [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.copy]
- drweb386.exe
- drweb32.key
- drweb32.dll
- *.dwl
- *.vdb
- [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.copy]
- avg.exe
- avg7dos.lng
- avi7.avg
- [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.copy]
- pcscan.exe
- dos4gw.exe
- pcscan.dat
- generic.bin
- lpt$vpn.*
- [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.copy]
- sweep.exe
- dos4gw.exe
- vdl.dat
- vdl??.vdb
- *.ide
- [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]