Folder Comparisons Via Command Line

后端 未结 6 656
我在风中等你
我在风中等你 2020-12-29 13:20

I want to compare two folders on Windows (Vista, XP) which have a large number of huge files, which I need to compare. If I use Beyond Compare or such tool to compare the fo

6条回答
  •  执念已碎
    2020-12-29 13:57

    forfiles /P %folder1Path% /S /C "cmd /c comp /a @path %folder2Path%\@file"
    

    Will work, but I can't remove the prompt question after the first comparison is made.

提交回复
热议问题