|
Frequently Asked Questions for DOS
If you have a question that is not answered on this page, contact Technical Support
Using Command AntiVirus to Scan During Login to Novell NetWare
Novell NetWare allows administrators to run applications during login via a login script for users connecting to the local area network. This mechanism can be used to require users to run specific applications at least once a day, as determined by your workplace guidelines. Command AntiVirus for DOS also supports commandline options to run a scan once a day which can be used within the script itself. Here is an example of this syntax:
The first line above sets an environment variable FP-DATA which F-PROT.EXE uses to store a time-stamp file (in this example SCAN.DAT). Use of the /TODAY switch causes F-PROT.EXE to evaluate the current date with the date in the time-stamp file and, based on the return value, scan or not scan.
If you have a question that is not answered on this page, contact Technical Support
If you have a question that is not answered on this page, contact Technical Support
F-PROT.EXE is a 16-bit application used to scan for viruses and can be run in command line mode. This file is available with each workstation product including Command AntiVirus for Windows 3.1x, Windows 95 and Windows NT. Below is a listing of the available commandline switches available for Command AntiVirus for DOS with switches used by default color coded in blue.
If you have a question that is not answered on this page, contact Technical Support
Command AntiVirus Command Line Examples This is a sample command line that would be placed as one of the first few lines in an AUTOEXEC.BAT file. The goal is to perform a daily, full scan before logging onto a network or loading any TSR programs. In this example, it will run F-PROT only once a day, scan the entire hard drive and freeze the computer on virus detection: C:\F-PROT\F-PROT /HARD /FREEZE /TODAY In the next example, Command AntiVirus will create a scan report file, only scan the root of the hard drive and rename any files found to be infected:
C:\F-PROT\F-PROT /HARD /RENAME /REPORT=C:\MYDOX\SCAN.RPT /NOSUB If you have a question that is not answered on this page, contact Technical Support |