I want to compare the differences between all the files in the two folders
so:
BCompare.exe @D:\11\diff.txt
diff.txt:
load "D:\11\20190626\20190626\precode" "D:\11\20190626\20190626bak\update\20190626"
expand all
select all
text-report layout:side-by-side options:ignore-unimportant,display-mismatches,line-numbers title:"report" output-to:"D:\11\report.html" output-options:html-color
What should I do if I want to generate discrepancy reports related to certain keywords?
for example
“WenZ”
so:
BCompare.exe @D:\11\diff.txt
diff.txt:
load "D:\11\20190626\20190626\precode" "D:\11\20190626\20190626bak\update\20190626"
expand all
select all
text-report layout:side-by-side options:ignore-unimportant,display-mismatches,line-numbers title:"report" output-to:"D:\11\report.html" output-options:html-color
What should I do if I want to generate discrepancy reports related to certain keywords?
for example
“WenZ”
Comment