Thompson Posted June 30, 2007 Posted June 30, 2007 It's a stupid question but if i download somthing to C:\Program Files\test\bla.exe than he doesn't make a new map (test) so whats is the commend to make a new map there? thx
Thompson Posted June 30, 2007 Author Posted June 30, 2007 Are you using the InetGet function?yes and it doesn't make a new map
PsaltyDS Posted June 30, 2007 Posted June 30, 2007 ...it doesn't make a new mapNew map...? What does that mean? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
weaponx Posted June 30, 2007 Posted June 30, 2007 $destination = "d:\design\autoit\new folder" $filename = "logo.gif" DirCreate ( $destination ) InetGet("http://www.google.com/intl/en_ALL/images/logo.gif", $destination & "\" & $filename)
herewasplato Posted June 30, 2007 Posted June 30, 2007 (edited) New map...? What does that mean? I think that the OP is saying that InetGet does not create the path if the folder structure does not exist. edit: too late Edited June 30, 2007 by herewasplato [size="1"][font="Arial"].[u].[/u][/font][/size]
weaponx Posted June 30, 2007 Posted June 30, 2007 Dude, I have a heightened senses and super-human agility.
herewasplato Posted June 30, 2007 Posted June 30, 2007 Dude, I have a heightened senses and super-human agility.In about another 250+ posts, you can try and fit all of that into your custom title :-)...as for me, I just went with most senile poster. :-)Now we will have to wait and see if we guessed what the OP wanted...MSP [size="1"][font="Arial"].[u].[/u][/font][/size]
Thompson Posted July 1, 2007 Author Posted July 1, 2007 $destination = "d:\design\autoit\new folder" $filename = "logo.gif" DirCreate ( $destination ) InetGet("http://www.google.com/intl/en_ALL/images/logo.gif", $destination & "\" & $filename) this was the line i was searching for. Thx all
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