Beyond compare output option

66 Views Asked by At

In beyond compare output-options:html-color instead of HTML I want to save as plain text.so,what parameter I need to give,please help

Wanted output as text file instead of HTML

1

There are 1 best solutions below

0
Chris Kennedy On

To output to plain text in a Beyond Compare script, omit "output-options" entirely.

Instead of:

folder-report layout:side-by-side output-to:out.html output-options:html-color

Use:

folder-report layout:side-by-side output-to:out.txt

For more info, see: Beyond Compare Help - Scripting Reference