I want to compare two folders and all I have is directory path of two folders. How to use Beyond Compare 4 CLI commands to compare them without actually opening the window. I have been using the below command but it opens up the window every time.
C:\Program Files\Beyond Compare 4\BCompare.exe C:\BeyondC\Folder C:\BeyondC\NoFolder /fv=Folder Compare /silent
How to compare folders without actually opening BeyondCompare window ?