PDA

View Full Version : Spybots and line commands for automatization



Logotype
2007-05-21, 01:03
I would like to know how to do a bat file for automatization.

I tried this one with no results.

spybot.bat

echo off
echo spybot automatization open-update-immunize-solve problems-autoclose
M:
cd "M:\Program Files\Spybot - Search & Destroy\"


SpybotSD.exe /autoupdate /autoclose
SpybotSD.exe /autoimmunize /autoclose
SpybotSD.exe /autocheck /autoclose
SpybotSD.exe /autofix /autoclose
Teatimer.exe

echo
pause
echo off


Thanks