Hi Team,
I would like have multiple lines in the Title of Beyond Compare report. Could you please suggest a way to get it done.
Below is my script.
log "%4"
criteria binary
load "%1" "%2"
expand all
folder-report layout:side-by-side options:display-all,display-no-orphans,column-none title:"NAME : DINESH, AGE : 26, GENDER : MALE" output-to:"%3" output-options:html-color
I want the Title should look like below in the report.
NAME : DINESH
AGE : 26
GENDER : MALE"
Note : The Report will be in the HTML format.
Thanks,
Dinesh
I would like have multiple lines in the Title of Beyond Compare report. Could you please suggest a way to get it done.
Below is my script.
log "%4"
criteria binary
load "%1" "%2"
expand all
folder-report layout:side-by-side options:display-all,display-no-orphans,column-none title:"NAME : DINESH, AGE : 26, GENDER : MALE" output-to:"%3" output-options:html-color
I want the Title should look like below in the report.
NAME : DINESH
AGE : 26
GENDER : MALE"
Note : The Report will be in the HTML format.
Thanks,
Dinesh
Comment