load "C:\Users\UIDQ5763\Desktop\Enviornment.cpp" &
"C:\Users\UIDQ5763\Desktop\GreetingsConsoleApp"
folder-report layout:side-by-side options:display-all &
output-to:C:\Users\UIDQ5763\Report.html output-options:html-color
The documentation for Beyond Compare's scripting language is here. You were probably missing either layout:side-by-side
, which gives the general display, or output-options:html-color
which is required to get the correct HTML stylized output. You may want to change options:display-all
to options:display-mismatches
if you only want to see the differences, and you might want to add an expand all
command immediately before the folder-report
line if you want to see the subfolders recursively.'
The &
characters shown in the sample are line continuation characters. Remove them if you don't need to wrap your lines.