kkwon
18-Aug-2011, 07:05 AM
Hi,
If I have a script that does comparison of two files it will compare properly. But if I have a script than does multiple compares of two files it will not provide any compare differences.
For example
bc.bat:
BCompare.exe @bcscript1.txt TestPattern_STL-137.bmp TestImage1.bmp report2.html
BCompare.exe @bcscript1.txt TestPattern_STL-107.bmp TestImage1.bmp report3.html
BCompare.exe @bcscript1.txt TestPattern_STL-137.bmp portcameratestpattern_config3.bmp report4.html
BCompare.exe @bcscript1.txt TestPattern_STL-137.bmp portcameratestpattern_config3_2.bmp report5.html
BCompare.exe @bcscript1.txt TestPattern_STL-137.bmp portcameratestpattern_config3_3.bmp report6.html
bcscript1.txt:
picture-report layout:side-by-side &
output-to:%3 output-options:html-color %1 %2
Is there a bug with scripting or is there a problem with the batch or script file?
Regards,
Ken
If I have a script that does comparison of two files it will compare properly. But if I have a script than does multiple compares of two files it will not provide any compare differences.
For example
bc.bat:
BCompare.exe @bcscript1.txt TestPattern_STL-137.bmp TestImage1.bmp report2.html
BCompare.exe @bcscript1.txt TestPattern_STL-107.bmp TestImage1.bmp report3.html
BCompare.exe @bcscript1.txt TestPattern_STL-137.bmp portcameratestpattern_config3.bmp report4.html
BCompare.exe @bcscript1.txt TestPattern_STL-137.bmp portcameratestpattern_config3_2.bmp report5.html
BCompare.exe @bcscript1.txt TestPattern_STL-137.bmp portcameratestpattern_config3_3.bmp report6.html
bcscript1.txt:
picture-report layout:side-by-side &
output-to:%3 output-options:html-color %1 %2
Is there a bug with scripting or is there a problem with the batch or script file?
Regards,
Ken