PDA

View Full Version : scheduled SPYBOT Logging



alvin.huff
2009-10-10, 00:39
Hello,

Currently I am using a logon script to schedule spybot s&d to update, immunize and scan all machines on a particular section of our network. It works fine at first glance. The schedule tasks show the last time&date the task executed with no error in the status column. When I check the spybot report i don't see an entry that it ran a successful scan. Similar to what you would see if you had run it manually.

The batch file that is being called is running the job silently, but does that also mean no logging?
Batch file:
@echo off
start "SPYBOT SCAN" "C:\Program Files\Spybot - Search & Destroy\SpybotSD.exe" /taskbarhide /autoclose /autocheck /autofix /onlyspyware
exit