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.
如何使用 robocopy 仅将 2 个文件夹之间的差异复制到第三个文件夹(而不是目标文件夹)?
因此,如果“SourceFolder”包含 FileA、FileB、FileC 并且“DestinationFolder”包含 FileA 和 FileB,我希望看到“DifferencesFolder”包含 FileC。
您可以使用WinMerge比较文件、创建列表然后循环列表和复制文件的批处理文件。