Skip to content

WinMergeU - CLI - How to get the output of two file comparision in command line arguments? #731

Answered by sdottaka
pcakhilnadh asked this question in Q&A
Discussion options

You must be logged in to vote

WinMerge can output the comparison result to an HTML file. To output the comparison result to an HTML file, use the -or option as shown below.

"c:\Program Files\WinMerge\WinMergeU.exe" file1\t1.txt  file2\t1.txt -or c:\tmp\report.html

If you don't want to see the WinMerge window, specify -noninteractive as follows:

"c:\Program Files\WinMerge\WinMergeU.exe" -noninteractive file1\t1.txt  file2\t1.txt -or c:\tmp\report.html

Replies: 3 comments 14 replies

Comment options

You must be logged in to vote
9 replies
@sdottaka
Comment options

@sergeevabc
Comment options

@sdottaka
Comment options

@sergeevabc
Comment options

@sdottaka
Comment options

Answer selected by sdottaka
Comment options

You must be logged in to vote
2 replies
@sdottaka
Comment options

@Meena1983
Comment options

Comment options

You must be logged in to vote
3 replies
@sdottaka
Comment options

@HarshalNCT
Comment options

@sdottaka
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment