Hi Team,
I new to the Beyond compare script. I write the script for text-report tag with html-color options and executed the script its working fine. I tried text-report with html-custom script its not working . can you please help on this.
Working Script:
text-report layout:side-by-side options:display-all output-to:"%3" output-options:html-color "%1" "%2"
When I executed the above script, The Html page is created and when open the html page i see the file difference in table format.
Html-custom Script is not working
text-report layout:side-by-side options:display-all output-to:"%3" output-options:html-custom="C:/Script/stylesheet.css
When I executed the above script, The Html page is created and when open the html page didn't see the file difference. I got the below output
output:
Text compare
Produced mm/dd//yyyy hh:mm:ss am
Mode All
When i executed the custom css the report is not generated. can you please help on this issue. I ran the script via java code. below is the java code
Process process = new Process("C:/Program Files/Beyond Compare/BCompare", "@C:/Script/BCScript.txt","C:/Script/file1.txt","C:/Script/file2.txt","C:/Script/report.html").start
I download the custom css in below link
Beyond Compare Technical Support (scootersoftware.com)
I new to the Beyond compare script. I write the script for text-report tag with html-color options and executed the script its working fine. I tried text-report with html-custom script its not working . can you please help on this.
Working Script:
text-report layout:side-by-side options:display-all output-to:"%3" output-options:html-color "%1" "%2"
When I executed the above script, The Html page is created and when open the html page i see the file difference in table format.
Html-custom Script is not working
text-report layout:side-by-side options:display-all output-to:"%3" output-options:html-custom="C:/Script/stylesheet.css
When I executed the above script, The Html page is created and when open the html page didn't see the file difference. I got the below output
output:
Text compare
Produced mm/dd//yyyy hh:mm:ss am
Mode All
When i executed the custom css the report is not generated. can you please help on this issue. I ran the script via java code. below is the java code
Process process = new Process("C:/Program Files/Beyond Compare/BCompare", "@C:/Script/BCScript.txt","C:/Script/file1.txt","C:/Script/file2.txt","C:/Script/report.html").start
I download the custom css in below link
Beyond Compare Technical Support (scootersoftware.com)
Comment