Virus Scan tool

hi,

how can I use Virus scan feature.

Hi,

Activity uses the existing antivirus on the system to scan a file or folder. The configuration file named VirusScanProps.xml must be present and properly configured in the automation studio for the activity to work. The activity invokes the virus scanner client from command line.

Content of VirusScanProps.xml. Fill in the details accordingly as per your system

<?xml version="1.0" encoding="utf-8" ?>
<!-- This file represents a fragment of a virus scan default values -->
<virusscan>
  <attributes>
    <attribute key='ClientScanEngineExePath' value="C:\Program Files (x86)\Symantec\Symantec Endpoint Protection\DoScan.exe"/>
    <attribute key='OpensScanWindow' value="true"/>
    <attribute key='PostArguments' value="&quot;"/>
    <attribute key='PreArguments' value="&quot;"/>
    <attribute key='VirusEngineOpenWindowProcessName' value="SavUI"/>
    <attribute key='WaitForTimeOutInMinutes' value="180"/>
    <attribute key='WaitTimeForFileMovementinMilliSecs' value="100"/>
  </attributes>
</virusscan>

Hi,

Thanks Amit and i will do in this way.