Jump to content

Pause script while directory copies then resume when copy is finished


gleem
 Share

Recommended Posts

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

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