I was attempting via command line to output a 3way diff and this does not appear possible.
I am using the below:
Code: Select all
diffmerge.exe /diff="C:\files\diff.txt" C:\files\1\viewTips.jsp C:\files\2\viewTips.jsp C:\files\3\viewTips.jsp
If I do simply:
Code: Select all
diffmerge.exe /diff="C:\files\diff.txt" C:\files\1\viewTips.jsp C:\files\2\viewTips.jsp
Does the program not support a 3-way diff output or is my syntax in correct.
The windows help within the problem states:
diffmerge.exe [ options ] [ pathname1 [ pathname2 [ pathname3 ] ] ]
Thanks.