gleem Posted December 28, 2007 Posted December 28, 2007 For some reason I am having a mental block, but I am copying files from folder a to folder b but need to pause the script until copy is finishes, is there a runwait or processwait for file copying without using sleep timers? here is the line of code I have: DirCreate("S:\Destination") DirCopy(@WorkingDir & "\Sources", "S:\Destination",1) <---- this is where it needs to pause. thanks so much
weaponx Posted December 28, 2007 Posted December 28, 2007 Your script won't do anything until the copy completes.
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