Hi,
I execute beyond compare exe with a script in command line like below
C:\BC\BComp.com /silent /qc @"C:\scriptbc.txt"
My script file scriptbc.txt has below contents
##################################################
load c:\folder1 c:\folder2
expand all
Select all
file-report layout:side-by-side options:display-mismatches,display-all output-to:C:\results\filecompresults.html output-options:html-color
##################################################
Query
My requirement is i need to generate multiple comparison reports (Html) during comparison of each files in the directory. Currently the comparison results are getting appended to a single file. File size is huge if number of files are more.
Can you tell me what needs to be updated in the script for that.
Regards
Vinay
I execute beyond compare exe with a script in command line like below
C:\BC\BComp.com /silent /qc @"C:\scriptbc.txt"
My script file scriptbc.txt has below contents
##################################################
load c:\folder1 c:\folder2
expand all
Select all
file-report layout:side-by-side options:display-mismatches,display-all output-to:C:\results\filecompresults.html output-options:html-color
##################################################
Query
My requirement is i need to generate multiple comparison reports (Html) during comparison of each files in the directory. Currently the comparison results are getting appended to a single file. File size is huge if number of files are more.
Can you tell me what needs to be updated in the script for that.
Regards
Vinay
Comment