swampdonkey
31-Aug-2006, 11:13 AM
I'm trying to write a script that looks at the content of two files. Compares the data in the files to one another and creates a report which display only the data which does not match. Here is my script:
LOAD "C:\Program Files\Beyond Compare 2\BCWork\Left Folder" "C:\Program Files\Beyond Compare 2\BCWork\Right Folder"
SELECT ALL.FILES
FILE-REPORT LAYOUT:SIDE-BY-SIDE OPTIONS:DISPLAY-MISMATCHES OUTPUT-TO:"C:\Program Files\Beyond Compare 2\BCWork\Report.html" OUTPUT-OPTIONS:HTML-COLOR
My report shows the FULL content of both data files, not only the mis-matched data. I get everything. Am I missing something?
Thanks in advance ;)
LOAD "C:\Program Files\Beyond Compare 2\BCWork\Left Folder" "C:\Program Files\Beyond Compare 2\BCWork\Right Folder"
SELECT ALL.FILES
FILE-REPORT LAYOUT:SIDE-BY-SIDE OPTIONS:DISPLAY-MISMATCHES OUTPUT-TO:"C:\Program Files\Beyond Compare 2\BCWork\Report.html" OUTPUT-OPTIONS:HTML-COLOR
My report shows the FULL content of both data files, not only the mis-matched data. I get everything. Am I missing something?
Thanks in advance ;)