; *********************************************************************** ; Antivirus Update - Copy latest versions of Malwarebytes, Stinger, etc ; *********************************************************************** ; #include ; Declarations Dim $sSaveBaseDir = "c:\utils\antivirus" ; ; MALWAREBYTES - Download latest from CNET ; $oIE = _IECreate ("http://download.cnet.com/1770-20_4-0.html?query=malwarebytes+anti-malware&platformSelect=Windows&tag=srch&searchtype=downloads&filterName=platform%3DWindows&filter=platform%3DWindows") ; Select first item in cnet search results which should be latest MalwareBytes version MouseClick("primary", 1080, 737) ;This is NOT reliable due to varying size of ad above link changing the link location ; How do I get the link handle itself so I can invoke a click on it directly?