Can't get DIFF Output File (not HTML) #1356
Unanswered
asjones987
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Unfortunately, WinMerge cannot output file comparison reports in any format other than HTML. ( |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to generate a TXT output file of differences (what are the changes in the new file vs the old file).
In looking at the official command line docs.
https://manual.winmerge.org/en/Command_line.html
In further reading I see references to
-cfg ReportFiles/ReportType=0 (or other number).
-cfg ReportFiles/IncludeFileCmpReport=1
-cfg Settings/DirViewExpandSubdirs=1
My impression is a few of these might do what I am after (with some tweaks). Can anyone provide guidance and info?
I was doing a compare of text files
winmergeu /m Full /noninteractive <old file path/name> <new file path/name> /o c:\WinMerge-test\
Any guidance, thoughts, directions?
thanks
Alan
Beta Was this translation helpful? Give feedback.
All reactions