Running Spybot in a batch file - the switches do not work

BrownEyedGirl75

New member
Hi,

I've added the following line to a batch file and the Spybot application opens but doesn't run. Could someone have a look and tell me where I'm going wrong.

START C:\Spybot\SpybotSD.exe /autoimmunise /autoupdate /autocheck /autofix /autoclose

Thanks
 
hello,

it appears that you have a typo in your command line,

make sure to write
Code:
/autoimmunize

that should do it
 
Back
Top