I have a saved session that I am loading in my batch file for a comparison. If I go into the GUI and load that session, after expanding all folders and selecting all files, I have 254 files select for comparison. When I run this comparison via my script, it finds 1,788 files to compare.
My batch file is simple:
BC2.exe @C:\Apps\Sync\PRDArchiveToACILH508Report.txt
In the PRDArchiveToACILH508Report.txt file I have:
load PRDArchiveToACILH508Report
expand all
select all.files
compare binary
report format:50d output:J:\sync\reports\VII\daily\reports\PRDArchiv eToACILH508Report.html;h
In the session itself under Comparison Control I am selecting TimeStamps and Size Alone and Automatically scan subfolders in background.
I can't duplicate the results I see when the script runs in the GUI so I'm not sure what is happening. I am trying to reduce the runtime and have it only compare the 254 files I see as different in the GUI, rather than the 1,788 it is going through via my batch job.
Am I making a bad assumption that the loading of the session should also load comparison criteria?
My batch file is simple:
BC2.exe @C:\Apps\Sync\PRDArchiveToACILH508Report.txt
In the PRDArchiveToACILH508Report.txt file I have:
load PRDArchiveToACILH508Report
expand all
select all.files
compare binary
report format:50d output:J:\sync\reports\VII\daily\reports\PRDArchiv eToACILH508Report.html;h
In the session itself under Comparison Control I am selecting TimeStamps and Size Alone and Automatically scan subfolders in background.
I can't duplicate the results I see when the script runs in the GUI so I'm not sure what is happening. I am trying to reduce the runtime and have it only compare the 254 files I see as different in the GUI, rather than the 1,788 it is going through via my batch job.
Am I making a bad assumption that the loading of the session should also load comparison criteria?
Comment