Jump to content

Recommended Posts

Posted

Why doesn't the download a file from the internet command works?

I think that it is my fault and not the fault of autoit3 :(

InetGet ( "URL" [,"filename" [, reload [, background]]] )

I have tried many things:

InetGet("http://www.somesite.net/f/Update3.2.12.nomap.zip", "Update3.2.12.nomap.zip", 0, 1)

InetGet("http://www.somesite.net/f/Update3.2.12.nomap.zip", "Update3.2.12.nomap.zip", 1, 1)

InetGet("http://www.somesite.net/f/Update3.2.12.nomap.zip", "Update3.2.12.nomap.zip", 0, 1)

InetGet("http://www.somesite.net/f/Update3.2.12.nomap.zip", "Update3.2.12.nomap.zip", 1, 0)

InetGet("http://www.somesite.net/f/Update3.2.12.nomap.zip", "Update3.2.12.nomap.zip", 0, 0)

InetGet("http://www.somesite.net/f/", "Update3.2.12.nomap.zip", 0, 0)

InetGet("http://www.somesite.net/f", "Update3.2.12.nomap.zip", 0, 0)

InetGet("http://www.somesite.net/f/Update3.2.12.nomap.zip")

Thanks in advance,

Jeanpierre

Posted (edited)

InetGet("http://www.google.com/intl/en_ALL/images/logo.gif", @ScriptDir & "\Google_Logo.gif", 1, 0)

Does this work for you? (It works for me)

Are you using beta?

Are you an administrator? I'm not sure if it matters but you can always use #RequireAdmin.

Edited by darkjohn20

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...