I have a script (.vbs) which at one point copies files to a new directory. The file copy must finish before executing the next command in the script. The size of the files will change over time. How do I get the script to check if the copying is complete before going to the next line?
I’m new to scripting so any insight you can give would be helpful.
Thanks.