Hi,
in order to compare several files I use the script below:
load "path1" "path2"
expand all
select all
file-report layout:side-by-side options:line-numbers output-to:"compare-report.html" output-options:html-color
This creates one report for all comparisons in one file. Is there a way to create one report-file for each comparision?
Thanks alot (:
in order to compare several files I use the script below:
load "path1" "path2"
expand all
select all
file-report layout:side-by-side options:line-numbers output-to:"compare-report.html" output-options:html-color
This creates one report for all comparisons in one file. Is there a way to create one report-file for each comparision?
Thanks alot (:
Comment