Command Line

jasonfrancis170

New member
Hi,

I'm trying to run Spybot from a command line using the following from within a batch file

"%systemdrive%\Program Files\Spybot - Search & Destroy\SDMain.exe" /autoupdate /autoimmunize /autocheck /autofix /autoclose

Can anyone explain why this doesn't work? It just loads the main spybot window without doing any of the other stuff (auto).

Many thanks

Jason
 
jasonfrancis170:

Try:

Code:
"C:\Program Files\Spybot - Search & Destroy\SpybotSD.exe" /autoupdate /autoimmunize /autocheck /autofix /autoclose
 
Back
Top