I have a situation where I'm trying to compare .tif files that have been converted from an old system to new. There are a lot of files to compare so I wrote a script to handle it. If the return code is not "0" it writes some info to a log file to follow up on later. But I get different return codes from my script than I do when I compare the same files in the BC3 console. In Windows Explorer, I right click a file and select it as the left file for compare. Then I right click/select the other and get binary equal. But when I run the same comparison from my script, I get a return code of 11. What am I missing?
Here is my command:
"C:\\Program Files (x86)\\Beyond Compare 3\\BComp.com" C:\\Temp\\script.txt C:\\Temp\\New\\newfile0.tif C:\\Temp\\Old\\oldfile0.tif /qc=binary /silent
Here is the content of my 'script.txt':
picture-report layout:summary output-to:"C:\Archive\BcLog360.html" output-options:html-color "%1" "%2"
Attached are the files I'm comparing to one another.
Here is my command:
"C:\\Program Files (x86)\\Beyond Compare 3\\BComp.com" C:\\Temp\\script.txt C:\\Temp\\New\\newfile0.tif C:\\Temp\\Old\\oldfile0.tif /qc=binary /silent
Here is the content of my 'script.txt':
picture-report layout:summary output-to:"C:\Archive\BcLog360.html" output-options:html-color "%1" "%2"
Attached are the files I'm comparing to one another.
Comment