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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -