Script to generate html Beyond Compare folder differences

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wiesliam
    New User
    • Jun 2016
    • 1

    Script to generate html Beyond Compare folder differences

    I've found several ways to automate folder comparison using scripts in Beyond Compare, but none that produce the pretty html report created from Session>Folder Compare Report>View in browser.

    Attached is an example of what that looks like.

    I would love to be able to find the script that gives me that html difference report.

    Thanks!
    http://stackoverflow.com/questions/3...er-differences
    Attached Files
  • Chris
    Team Scooter
    • Oct 2007
    • 5538

    #2
    Here's a script to generate an HTML Folder Compare report:

    load c:\folder1 c:\folder2
    expand all
    folder-report layout:side-by-side output-to:c:\report.html output-options:html-color
    Chris K Scooter Software

    Comment

    Working...