iceberg Posted January 23, 2009 Posted January 23, 2009 Hi guys, I need 2 clarifications on dirCopy 1) If I have a few lines of DirCopy in a single script....how does it work? Does it wait for 1 line to finish copying before going on to the next line or what? I actually want it to process all the lines one short. 2) I managed to find a "FileCopy with progress bar" on the forums. Can I use that with DirCopy or do I need to come up with my own? Thanks alot. mouse not found....scroll any mouse to continue.
cherdeg Posted January 23, 2009 Posted January 23, 2009 1) If I have a few lines of DirCopy in a single script....how does it work? Does it wait for 1 line to finish copying before going on to the next line or what? I actually want it to process all the lines one short.2) I managed to find a "FileCopy with progress bar" on the forums. Can I use that with DirCopy or do I need to come up with my own?For 1: AutoIT by itself is single threaded, so your script will continue only if the DirCopy-Line is processed or aborted. If you are looking for a way to do multithreading to execute several DirCopys in parallel, please look at those posts:http://www.autoitscript.com/forum/index.php?showtopic=70466http://www.autoitscript.com/forum/index.php?showtopic=25350Regards, Chris
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