Windows路径复制2021-11-26 默认 65 字 1 分钟阅读📑 目录常见使用Windows下常用的路径复制工具有:COPYXCOPYROBOCOPYrsyncteracopy 常见使用COPY a.txt b.txt /F /S /Q XCOPY C:\A D:\Y /D /F /S /Q ROBOCOPY X:\projects\ Y:\Temp\Mirror /MIR /MT:3 /MOT:1 /LOG+:sync.log /TEE