PDA

View Full Version : Help with DrWeb needed - Adding task to the Scheduler


Rui
August 9th, 2005, 07:10 AM
Hello all

I am currently trialing DrWeb, and am facing some difficulties using parameters and also with adding tasks to DrWeb scheduler.

For example, how do I add a task in the Scheduler to scan only the "C:\My Documents" folder? What parameters should I use and what is its correct syntax?

Help of any DrWeb expert out there will be much appreciated. If possible, post a screenie, please!

Thanks in advance

Rui

AndreyKa
August 9th, 2005, 10:25 AM
-{ Quote: "I am currently trialing DrWeb, and am facing some difficulties using parameters and also with adding tasks to DrWeb scheduler.
" }-
Have you user manual?
ftp://ftp.drweb.com/pub/drweb/windows/drweb-432-win-en-pdf.zip
-{ Quote: "
For example, how do I add a task in the Scheduler to scan only the "C:\My Documents" folder? What parameters should I use and what is its correct syntax?
Rui" }-
drweb32w.exe /shell "C:\My Documents"

Rui
August 9th, 2005, 11:12 AM
AndreyKa

Thank you very much for your response!!
Could you please answer me just one more question?
How do I add a task to make DrWeb scan objects listed in file "C:\list.txt" and
append the result to the report file?
Thank you very much again for your help!!
Best regards
Rui

AndreyKa
August 10th, 2005, 01:56 AM
drweb32w.exe /shell /RP+"C:\DrWebScanReport.log" /@+"C:\list.txt"

Command line scaner Drwebwcl.exe can do it too. You can get the full list of command line options by run:
Drwebwcl.exe /?
MSTask Scheduler also will run it well.

Rui
August 10th, 2005, 10:37 AM
AndreyKa

You have been most helpful!!
Thank tou so much again.
It is easier to understand parameters syntax after seeing some practical examples.
Best regards
Rui

AndreyKa
August 10th, 2005, 10:58 AM
The pleasure was mine.