PDA

View Full Version : NOD32 V3 Command line issue


Fatalpuls3
August 18th, 2008, 11:13 AM
I am trying to tell the ecls.exe command interface using this command:

ecls.exe e:\ basedir="C:\Program Files\ESET\ESET NOD32 Antivirus" /auto /files /boots /arch /mail /sfx /rtp /subdir /max-subdir-level=0 /symlink /adware /unsafe /unwanted /pattern /heur /adv-heur /action=clean /no-quarantine /aind

It is intended to only scan the E:\ (partition) but when it is done scanning the E: it then continues onto C: which i do not want to happen. i attempted this command line but it still scans C:
-ecls.exe D:\ /exclude=C:;E:;F: /auto /files /boots /arch /mail /sfx /rtp /subdir /max-subdir-level=0/symlink /adware /unsafe /unwanted /pattern /heur /adv-heur /action=clean /no-quarantine /aind

Assistance would be greatly appreciate it since i am trying to roll the batch files out for our customers.

thanks in advance

Marcos
August 18th, 2008, 11:46 AM
The /auto parameter enables scanning of all local disks as well as automatic cleaning of found threats. If you omit it, it should work fine.

Fatalpuls3
August 18th, 2008, 11:51 AM
thanks this fixed it, i appreciate it