Jump to content

Recommended Posts

Posted

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

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