gnosis3d Posted January 13, 2007 Posted January 13, 2007 I have looked and looked and either I am 1.) blind or 2.) it hasn't been posted. I have progress bars with copying files working, but I need to do multiple file copies. The file list will come from user-input, NOT a range (no wildcards like *.jpg or anything). Any suggestions? Links? Code? Thanks in advance. -J
BALA Posted January 13, 2007 Posted January 13, 2007 Do you want multiple progress bars or like an "overall progress" progress bar and a "current file being copied" progress bar? [font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
gnosis3d Posted January 13, 2007 Author Posted January 13, 2007 (edited) Do you want multiple progress bars or like an "overall progress" progress bar and a "current file being copied" progress bar?"Overall"Just as if you drag 10 files from one folder to another... A progress bar for the entire file list being copied.Reason Needed: At work, we pull files from a server. Right now, you type in a part number and it pulls the file from the appropriate location. These are large files, so it would be great to type in many part numbers and have them all copy at once in a single function. I can do the rest of the code; I just can't figure out the damn mulitple copy part. It has to have a progress bar because not all of the co-workers are computer-savy, and will proceed to work thinking the file is done. Edited January 13, 2007 by gnosis3d
BALA Posted January 13, 2007 Posted January 13, 2007 Have you tried getting the file size of all the files, then add them together? NOTE: I don't know how the progress bar works, I think it has to do with percentage of size copied. Am I wrong? [font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
gnosis3d Posted January 13, 2007 Author Posted January 13, 2007 Have you tried getting the file size of all the files, then add them together?NOTE: I don't know how the progress bar works, I think it has to do with percentage of size copied. Am I wrong?Actually you just got me thinking...I am going to try doing it a different way than through Windows... but if anyone flat out KNOWS how to do this, then still post.Thanks BA-LA.
SteveP Posted February 11, 2007 Posted February 11, 2007 Actually you just got me thinking...I am going to try doing it a different way than through Windows... but if anyone flat out KNOWS how to do this, then still post.Thanks BA-LA.Check out this thread:http://www.autoitscript.com/forum/index.ph...hl=progresscopy
tAKTelapis Posted February 11, 2007 Posted February 11, 2007 Have you tried getting the file size of all the files, then add them together?NOTE: I don't know how the progress bar works, I think it has to do with percentage of size copied. Am I wrong?Actually, last time i used it (progresson progressoff or something like that isnt it?) i had a variable to specifiy and i could manipulate the values to achieve the desired effect.
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