at present, I'm using the following bat file to scan incoming emails.
I'd like to change to symantec nis 2010. what code do i need to change???
many thanks, Bill
set scanner="C:\Program Files\Kaspersky Lab\Kaspersky Internet Security 2010\avp.com"
%scanner% scan "%1" /i0 -es:15
if "%errorlevel%" == "101" goto virus
if "%errorlevel%" == "102" goto virus
:exit
exit /b 0
:virus
exit /b 1