Jump to content

ProgressOn Issue


Guest virus
 Share

Recommended Posts

I need to show a progress bar for copying a folder's content from source location to destination location. The destination location will already having some of the files so it will overwrite them.

Can any one help with an idea for doing this.

Thanks

Virus

Link to comment
Share on other sites

I need to show a progress bar for copying a folder's content from source location to destination location. The destination location will already having some of the files so it will overwrite them.

Can any one help with an idea for doing this.

Thanks

Virus

<{POST_SNAPBACK}>

Refer to Larry's FileProgressCopy script.

*** Matt @ MPCS

Link to comment
Share on other sites

if you want to do each file individually, then you can use FileFindNextFile in a loop to make an array, count them, and divide them so that you have a percent for the next part. ProgressOn and Progress set will give you a very easy bar. If you copy one at a time, and check to make sure it copied, you can use this and be fairly acurate.

You can use filedates and all sorts of other comparisions to make sure you have completed the copies, but since all this checking slows the whole process down (even a little) I usually don't really bother much.

AutoIt3, the MACGYVER Pocket Knife for computers.

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