medhali
28-May-2008, 10:43 PM
Hi,
I'm new to use BC2 through scripting .I want to compare files from two folders and generate reports of file comparison.But i must get the mismatched contents in the report.I have written this script
criteria rules-based
filter "*.txt"
load "c:\filesbeyondcompare1" "c:\files"
expand all
select all.diff
file-report layout:side-by-side options:display-mismatches output-to:testreport1.txt
The above script generates report but it doesnt show the mismatched contents.Anyone can provide solution for this.
Thanks.
I'm new to use BC2 through scripting .I want to compare files from two folders and generate reports of file comparison.But i must get the mismatched contents in the report.I have written this script
criteria rules-based
filter "*.txt"
load "c:\filesbeyondcompare1" "c:\files"
expand all
select all.diff
file-report layout:side-by-side options:display-mismatches output-to:testreport1.txt
The above script generates report but it doesnt show the mismatched contents.Anyone can provide solution for this.
Thanks.