Jump to content

Recommended Posts

Posted

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

Posted

$destination = "d:\design\autoit\new folder"
$filename = "logo.gif"

DirCreate ( $destination )

InetGet("http://www.google.com/intl/en_ALL/images/logo.gif", $destination & "\" & $filename)

Posted (edited)

New map...? What does that mean?

:rolleyes:

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 by herewasplato

[size="1"][font="Arial"].[u].[/u][/font][/size]

Posted

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]

Posted

$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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...