Jump to content

Keith (Kog Media)

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About Keith (Kog Media)

Keith (Kog Media)'s Achievements

0

Reputation

  1. Hello Everyone, I have made an AutoIt script to deal with update Run('spybotsd14.exe /verysilent /easymode /autoupdate /noicons') WinWait("File Download","") While 1 ;No Internet Connection If WinExists("File Download","Error sending request.") Then ControlClick("File Download","Error sending request.","Button2") ExitLoop EndIf ;Downloading Update If WinExists("File Download","spybotsd_includes.exe (1 of 1)") Then ControlClick("File Download","spybotsd_includes.exe (1 of 1)","Static9") WinWait("Spybot - Search & Destroy Include updates Setup: Installation Folder","Nullsoft Install System v2.25 ") ControlClick("Spybot - Search & Destroy Include updates Setup: Installation Folder","Nullsoft Install System v2.25 ","Button2") WinWait("Spybot - Search & Destroy Include updates Setup ","< &Back") ControlClick("Spybot - Search & Destroy Include updates Setup ","< &Back","Button2") ExitLoop EndIf WEnd
×
×
  • Create New...