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
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.