Summary and syde-by-side in same report file html

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stefmat94
    New User
    • Sep 2012
    • 2

    Summary and syde-by-side in same report file html

    Hi,
    How to want layout summary and syde-by-side in same report file html?

    example
    ... layout:symmary,side-by-side ...


    Today I have:

    file-report &
    layout:side-by-side &
    options:display-mismatches &
    title:"%1" &
    output-to:"D:\ApplicationData\BeyondCompare\%1.html" &
    output-options:html-color,print-landscape,wrap-word &
    "D:\preprod\%1" &
    "D:\production\%1"


    file-report &
    layout:summary &
    options:display-mismatches &
    title:"%1" &
    output-to:"D:\ApplicationData\BeyondCompare\%1.summary.ht ml" &
    output-options:html-color,print-landscape,wrap-word &
    "D:\preprod\%1" &
    "D:\production\%1"


    I would want something like this:

    file-report &
    layout:summary,side-by-side &
    options:display-mismatches &
    title:"%1" &
    output-to:"D:\ApplicationData\BeyondCompare\%1.html" &
    output-options:html-color,print-landscape,wrap-word &
    "D:\preprod\%1" &
    "D:\production\%1"
  • Aaron
    Team Scooter
    • Oct 2007
    • 16002

    #2
    Both report layouts are different and we do not support joining both within BC3 scripting. You could generate two separate report files (BCReport1.txt and BCReport2.txt), then using a .bat file append the two files together.

    type BCReport1.txt >> FullReport.txt
    type BCReport2.txt >> FullReport.txt
    Aaron P Scooter Software

    Comment

    • stefmat94
      New User
      • Sep 2012
      • 2

      #3
      Thanks Aaron for your reply. I knew this possibility but I lose the useful colorization when I use text files. I also have a hundred files to compare!

      Comment

      Working...