Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.computer.security
Register FAQ Forum Rules Members List Calendar Search Today's Posts Advertise Mark Forums Read

 
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-10-2011, 02:44 AM
BeadyBeady Bee
Guest
 
Posts: n/a
Default Update SpybotS&D and do scan in same Scheduled Task

I used SpybotS&D's task scheduler, which basically served as the
impetus for me to learn all about Windows XP Scheduled Tasks. At
first, I set up a schedule task to update SpyBotS&D, followed by a 2nd
Scheduled Task to scan the hard drive (a much longer task) 30 minutes
after the update. I gave 30 minutes leeway because I could not
anticipate the things that might delay the update. However, I found
that DOS commands could be concatenated using the ampersand symbol. So
I changed the following two tasks to one task:

* "C:\Program Files\Spybot - Search & Destroy\SDUpdate.exe" /
autoupdate /autoclose
* "C:\Program Files\Spybot - Search & Destroy\SpybotSD.exe" /
AUTOCHECK /AUTOFIX /AUTOCLOSE

The single concatenated command is:

"C:\Program Files\Spybot - Search & Destroy\SDUpdate.exe" /
autoupdate /autoclose & "C:\Program Files\Spybot - Search & Destroy
\SpybotSD.exe" /AUTOCHECK /AUTOFIX /AUTOCLOSE

If it worked, this compound command has the benefit that it doesn't
have to blindly wait for 30 minutes between the update and the scan.
This leaves more time throughout the night for scheduling of other
malware scanners. Furthermore, if for some reason the update is
delayed for more than 30 minutes, the scan still won't happen before
the update.

However, it doesn't seem that this compound command is working. The
update happens so fast that there is no "Running" indicator in the
Scheduled Task folder, and it doesn't show up in the task manager. In
itself, this is fine (assuming that it ran). However, it doesn't seem
that the scanning part of the compound command works because (again)
it doesn't show as Running in the Scheduled Task folder and doesn't
show up in the Task Manager. Scanning is a lengthy process, and it
*should* show up in both these ways -- it shows up when it isn't
folded into the compound command.

I've reverted back to not having a compound command, but I was
wondering if someone could shed some light on the reason why the scan
can't be hitched on to the tail of the update command, as I have tried
to do in the compound command?

I am running Windows XP SP3.

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HPSBMA02133 SSRT061201 rev.9 - HP Oracle for OpenView (OfO) Critical Patch Update Security Alert comp.security.misc 0 07-16-2008 12:01 PM
HPSBMA02133 SSRT061201 rev.8 - HP Oracle for OpenView (OfO) Critical Patch Update Security Alert comp.security.misc 0 04-17-2008 02:45 PM
HPSBMA02133 SSRT061201 rev.7 - HP Oracle for OpenView (OfO) Critical Patch Update Security Alert comp.security.misc 0 01-17-2008 12:32 PM
HPSBMA02133 SSRT061201 rev.6 - HP Oracle for OpenView (OfO) Critical Patch Update Security Alert comp.security.misc 0 10-25-2007 01:08 PM


All times are GMT. The time now is 11:59 PM.



Powered by vBulletin® Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45