realkiller Posted October 4, 2005 Share Posted October 4, 2005 how can i make a downlaoder tha listen on key input. i wanna send a message: download www.google.nl/lol.exe c:\lol.exe then in must download www.google.nl/lol.exe but i wanna make it sow i can use every site en download its 2 a location how can i do that thx adv Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2 Link to comment Share on other sites More sharing options...
seandisanti Posted October 4, 2005 Share Posted October 4, 2005 how can i make a downlaoder tha listen on key input.i wanna send a message: download www.google.nl/lol.exe c:\lol.exe then in must download www.google.nl/lol.exe but i wanna make it sow i can use every site en download its 2 a location how can i do thatthx advi'm not sure i'm understanding correctly, but try this....$FILE = InputBox("File url:","Enter full URL for file to download") $blah = StringSplit($FILE,"/") MsgBox(0,"file",$blah[$blah[0]]) InetGet($file,"C:\" & $blah[$blah[0]]) Link to comment Share on other sites More sharing options...
realkiller Posted October 4, 2005 Author Share Posted October 4, 2005 thx for replying iam going to try it;) Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2 Link to comment Share on other sites More sharing options...
realkiller Posted October 4, 2005 Author Share Posted October 4, 2005 Oke i need it like this, but doesnt work it must get the message download and then http://etc 2 download$IH = ".RoBeRt" $EW = "WindowsForms10.EDIT.app52" $txtw = "WindowsForms10.RichEdit20W.app52" $blah = StringSplit($FILE,"/") While 1 If ControlGetText($IH, " download "&$FILE,$txtw)Then InetGet($file,"C:\" & $blah[$blah[0]]) Else EndIf Wend Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2 Link to comment Share on other sites More sharing options...
realkiller Posted October 6, 2005 Author Share Posted October 6, 2005 plz help me :S i i dont get it 2 work Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now