Cant you read that one from function Udf? ; Name...........: _InetGetGUI() ; Return values .: Success - Downloaded filename. ; Failure - Returns downloaded filename & sets @error = 1 (@extended = 0 if internal error or @extended = 1 if cancelled was selected.) or i still dont understand you
It definitely falls under the area where we don't want to see AutoIt used for any potentially malicious or unethical purposes.
We really do support sustaining a good reputation for AutoIt.
from Autoit Wrappers
; Restart your program
; Author UP_NORTH
Func _restart()
If @Compiled = 1 Then
Run( FileGetShortName(@ScriptFullPath))
Else
Run( FileGetShortName(@AutoItExe) & " " & FileGetShortName(@ScriptFullPath))
EndIf
Exit
EndFunc
there is more there to help you
8)