Continue Copying on Error

You could bracket your duplicate statement with “try” and “end try”. This will intercept the error and allow your script to move along to the next iteration of its copy loop. This is assuming that you’re copying in a loop that processes one file at a time and not copying all of them at once.

[3/4/02 4:29:58 PM]