Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@aadennis
Created March 13, 2017 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aadennis/45be2f5c81925bb5f257eea021c8f6d6 to your computer and use it in GitHub Desktop.
Save aadennis/45be2f5c81925bb5f257eea021c8f6d6 to your computer and use it in GitHub Desktop.
Get-BCComparison.ps1
log verbose "c:\temp\mah2.log"
filter "*.txt"
expand all
load "c:\temp\bb\foldera" "c:\temp\bb\folderb"
folder-report layout:side-by-side &
options:display-all,include-file-links &
output-to:"c:\temp\bb\myreport3.html" output-options:html-color
#-------------
$source = "C:\temp\bb"
& $source\BComp.exe "@c:\temp\bb\inst.ins"
#http://www.scootersoftware.com/v4help/command_line_reference.html
#http://www.scootersoftware.com/v4help/sample_scripts.html
#http://stackoverflow.com/questions/37571580/script-to-generate-html-beyond-compare-folder-differences
#http://www.scootersoftware.com/v4help/scripting_reference.html#folder-report
#---------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment