robocopy 忽略正在使用的文件

use
robocopy /w:1 /r:1....
/w is how long to wait to retry
/r is how many times to retry

type robocopy /??? at the cmd prompt and It will list all the options.
如果需要暂停
可以使用sleep命令。sleep在windows资源工具包中
原文地址:https://www.cnblogs.com/jjkv3/p/1015496.html