Jammer Posted February 12, 2005 Posted February 12, 2005 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 ...
Blue_Drache Posted February 12, 2005 Posted February 12, 2005 (edited) 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]] )ParametersURL 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 available1 = 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 February 12, 2005 by Blue_Drache Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
Guest Guidosoft Posted February 12, 2005 Posted February 12, 2005 I am sorry but urldownloadtofile is not here a the moment, please leave a message to inetget after the beep. BEEP!
Jammer Posted February 12, 2005 Author Posted February 12, 2005 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) ?
Developers Jos Posted February 12, 2005 Developers Posted February 12, 2005 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.
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