THe free dos scanner I dont recommend, a pain to use, no right click
scan option, no scheduled scans, no autoupdate, and thus tends in
practice to be much underused and out of date.
Only an easy one-time setup is necessary to get them to work like a
charm. Take F-Prot as an example:
------- Create this FP.BAT inside your F-Prot directory ----------
@ECHO OFF
F-PROT.EXE %1 /ARCHIVE /BEEP /COLLECT /DUMB /LIST /NOBOOT /PACKED /REPORT=c:\VIRCHK\F-PROT.TXT
IF ERRORLEVEL 1 START c:\VIRCHK\F-PROT.TXT
------- Adjust options and report path to your needs -------------
------- Save this as FP.REG; adjust path to fp.bat ---------------
REGEDIT4
[HKEY_CLASSES_ROOT\*\shell]
[HKEY_CLASSES_ROOT\*\shell\Virustest - F-Prot]
[HKEY_CLASSES_ROOT\*\shell\Virustest - F-Prot\command]
@="C:\\VIRCHK\\F-Prot\\FP.BAT %1"
[HKEY_CLASSES_ROOT\Directory\shell]
[HKEY_CLASSES_ROOT\Directory\shell\Virustest - F-Prot]
[HKEY_CLASSES_ROOT\Directory\shell\Virustest - F-Prot\command]
@="C:\\VIRCHK\\F-Prot\\FP.BAT %1"
[HKEY_CLASSES_ROOT\Drive\shell]
[HKEY_CLASSES_ROOT\Drive\shell\Virustest - F-Prot]
[HKEY_CLASSES_ROOT\Drive\shell\Virustest - F-Prot\command]
@="C:\\VIRCHK\\F-Prot\\FP.BAT %1"
------- Double click to import into registry ---------------------
Now you have a right-click menu "Virustest - F-Prot" for directories,
drives, and files.
You can create 3 different batch files if you want different parameters
for scanning. (For instance to include Boot sector check for drives.)
If you rename the report file to F-PROT.RPT then you can assign the
extension RPT to your favorite tail program and always get the report
summary first, if something went wrong during scan.
For updates you can use Art Kopps FP-UP:
http://home.epix.net/~artnpeg
Use a scheduler to automate downloading if you really need this feature,
too.
BeAr