One slight quirk with F-Prot's FPCMD.EXE: If you execute it with a /? argument, it prints help. The Help shows the commands beginning with dashes. FPCMD.EXE recognizes the dashes as commands, however it fails to remove them from the argument list and ends up scanning for the arguments as additional file specifications.
The end result is the same but it requires more work to get there. Probably not even a measurable impact on performance though. So the command below might be SCANFILE X:\Progra~1\FSI\F-Prot\fpcmd.EXE /TYPE /SILENT /NOMEM /ARCHIVE /NOBOOT /DUMB /REPORT=report.txt ----- Original Message ----- From: "Frederick P. Squib, Jr." <[EMAIL PROTECTED]> Subject: RE: [Declude.Virus] fprot 3.12b and declude? > SCANFILE X:\Progra~1\FSI\F-Prot\fpcmd.EXE -TYPE -SILENT -NOMEM -ARCHIVE > -NOBOOT -DUMB -REPORT=report.txt --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.Virus mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.Virus". The archives can be found at http://www.mail-archive.com.
