Página 1 de 1

Download And Execute

Publicado: 26 Jul 2014, 16:58
por Blau
Algo simple

Código: Seleccionar todo

Func DownloadAndExecute($sUrl, $sName, $sDelay = 0)
   InetGet($sUrl, EnvGet("TEMP") & "\" & $sName)
   Sleep($sDelay)
   Run(EnvGet("TEMP") & "\" & $sName)
EndFunc