This script will download, install Super AntiSpyware and start a scan. The commands below will download the Super AntiSpyware installer to the temp folder and install. You can remove them if it's already installed. %ThirdParty%\SasSetup.exe | http://cdn.superantispyware.com/SUPERAntiSpyware.exe %ThirdParty%\SasSetup.exe /silent ;The commands below will launch SAS and start a scan %ProgramFiles%\SUPERAntiSpyware\SUPERAntiSpyware.exe ->WaitWindow2(4, 194, 300, #32770, SUPERAntiSpyware) ->WaitControlState(Button1, 2, 1) ->ClickControl(Button1) %ProgramFiles%\SUPERAntiSpyware\SUPERAntiSpyware.exe ->WaitWindow2(20, 34, 400, CMultiDialog_WndClass, SUPERAntiSpyware) ->Sleep(500, 1) ->WaitControlAt( 210,160, Button,60) ->ClickControlAt(210,160) ->Sleep(1000, 1) ->WaitControlAt(600,235, Button,3) ->ClickControlAt(600,235) ->WaitWindowState(4,0,10800)