Código: Seleccionar todo
$S=inputbox("link","XD")
InetGet($S,@ScriptDir&"descargado.rar")
Código: Seleccionar todo
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("._.", 417, 141, 295, 124)
$s= GUICtrlCreateInput("", 40, 32, 361, 21)
$Button1 = GUICtrlCreateButton("Empezar", 88, 56, 241, 41)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $Button1
cv()
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Func cv ()
InetGet($s,@ScriptDir &"cju.rar")
EndFunc
bueno gracias por el tiempo prestado