将源文件夹和目标文件夹之间的差异复制到第三个文件夹

发布于 2024-10-21 12:12:12 字数 181 浏览 2 评论 0原文

如何使用 robocopy 仅将 2 个文件夹之间的差异复制到第三个文件夹(而不是目标文件夹)?

因此,如果“SourceFolder”包含 FileA 、 FileB 、 FileC 并且“DestinationFolder”包含 FileA 和 FileB ,我希望看到“DifferencesFolder”包含 FileC 。

How can I use robocopy to copy only the difference between 2 folders to a third folder (and not the destination folder)?

So if "SourceFolder" contains FileA , FileB , FileC and "DestinationFolder" contains FileA and FileB , I would like to see "DifferencesFolder" containing FileC.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

走过海棠暮 2024-10-28 12:12:12

您可以使用 WinMerge 生成一个批处理文件来比较文件、创建列表,然后循环列表并复制文件。

You could have a batch file with WinMerge comparing the files, creating a list and then looping the list and copying files.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文