Hi,
I am using Beyond Compare with Script feature to compare files. I not only need to see that the files are different, but I also need to know those exact differences. Can those differences be output in a file?
Here is my script
text-report layout:side-by-side options:ignore-unimportant,display-context,line-numbers output-to:"c:\Temp\MyReport.txt" "c:\Temp\Folder1\Test1.txt" "c:\Temp\Folder2\Test2.txt"
Thanks!
I am using Beyond Compare with Script feature to compare files. I not only need to see that the files are different, but I also need to know those exact differences. Can those differences be output in a file?
Here is my script
text-report layout:side-by-side options:ignore-unimportant,display-context,line-numbers output-to:"c:\Temp\MyReport.txt" "c:\Temp\Folder1\Test1.txt" "c:\Temp\Folder2\Test2.txt"
Thanks!
Comment