Jump to content

Recommended Posts

Posted

Hello!

Im writing a script that will download a file on a local network (actually across a WAN) and I would like to create a progress meter to let the user know something is happening.

I have found a few download scripts but they are all based on internet files rather that local ones and so the macro @InetGetBytesRead doesn't work.

Is there a local file version of @InetGetBytesRead or a better way to do a progress meter for a WAN file download?

Thanks

Posted

It doesn't depend on whether the file is local or remote, it depends on the way you are downloading the file. For example: You can use InetGet to download local files (if you set up a http webserver).

If you're doing this with InetGet, then you can just use whatever you had already found.

If you are using FileCopy, then I did a quick Google and saw what I could come up with:

http://www.autoitscript.com/forum/index.php?showtopic=29730

http://www.autoitscript.com/forum/index.php?showtopic=102725

http://www.autoitscript.com/forum/index.php?showtopic=26374&st=0&p=187715&#entry187715

http://www.autoitscript.com/forum/index.php?s=&showtopic=11313

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