Jump to content

URLDownloadToFile


Jammer
 Share

Recommended Posts

Is there anyway to pause the script while URLDownloadToFile is downloading?

Because I run the file after the download'ation... but the download is not complete because there is no pause between download and run... so practicly I download about 5kb of a file and run it.. while the file size should be 80kb, and get a DOS error ...

Link to comment
Share on other sites

Is there anyway to pause the script while URLDownloadToFile is downloading?

Because I run the file after the download'ation... but the download is not complete because there is no pause between download and run... so practicly I download about 5kb of a file and run it.. while the file size should be 80kb, and get a DOS error ...

<{POST_SNAPBACK}>

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

Parameters

URL URL of the file to download. See remarks below.

filename Local filename to download to.

reload [optional]

0 = (default) Get the file from local cache if available

1 = Forces a reload from the remote site

background [optional]

0 = (default) Wait until the download is complete before continuing.

1 = return immediately and download in the background (see remarks).

Edited by Blue_Drache

Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache

Link to comment
Share on other sites

  • Developers

ghmm i guess there is no such thing as InetGet on AutoitV3...Where can i get the beta? And the function should look like this? InetGet("http://blabla.com/bla.exe", "C:\bla.exe",reload 0,background 0) ?

<{POST_SNAPBACK}>

guess you are running 3.0.102 ?

Download v 3.1.0 that was released on feb 7......

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...