Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个源文件夹,其中包含我应该复制到目标文件夹的文件夹(比如 A、B、C),但是在复制时,如果我的目标文件夹有一个文件夹,比如 A,则不应复制该文件夹,其他两个文件夹应复制到目标文件夹。
我自己找到了解决方案。
我使用XCOPY以下参数:/D /Y /R /H /s /i.
XCOPY
/D /Y /R /H /s /i
例如:
xcopy source destination /D /Y /R /H /s /i