14-Feb-2005, 11:18 AM
When I run the following scripts (v2.2.1 b219), I get different output. The script that outputs to a file gives the expected result (display-mismatches) but the script that copies to the clipboard (which I paste into MS Word) acts as if display-all had been selected but the header says Mode: Just Mismatches. What am I doing wrong?
# ---- output to file -----
load C:\f1 C:\f2
expand all
select all
criteria binary
folder-report layout:side-by-side options:display-mismatches output-to:C:\compare.htm output-options:html-color
# ---- output to clipboard -----
load C:\f1 C:\f2
expand all
select all
criteria binary
folder-report layout:side-by-side options:display-mismatches output-to:clipboard output-options:html-color
# ---- output to file -----
load C:\f1 C:\f2
expand all
select all
criteria binary
folder-report layout:side-by-side options:display-mismatches output-to:C:\compare.htm output-options:html-color
# ---- output to clipboard -----
load C:\f1 C:\f2
expand all
select all
criteria binary
folder-report layout:side-by-side options:display-mismatches output-to:clipboard output-options:html-color