beyondcompare - Comparison of folders with Beyond Compare Script -


i have beyond compare script compare file contents of 2 folders , produce text-report. how can this? using text-report compares 2 files. folder-report not compare file contents.

thanks

myscript.txt

 load %1 %2  expand  select all.files  file-report layout:side-by-side options:display-mismatches output-to:%3 

now can create batch file , write this:

"c:\program files (x86)\beyond compare 3\bcomp.com" @myscript.txt file1.txt file2.txt save.txt /silent 

Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -