Search found 5 matches

by capnhud
Thu Aug 04, 2011 1:14 pm
Forum: Support (DiffMerge)
Topic: Correct command for diffmerge command line usage
Replies: 14
Views: 21203

Re: Correct command for diffmerge command line usage

Our command line output support is very minimal
But it does the job though.

Thanks for the assistance
by capnhud
Thu Aug 04, 2011 7:14 am
Forum: Support (DiffMerge)
Topic: Correct command for diffmerge command line usage
Replies: 14
Views: 21203

Re: Correct command for diffmerge command line usage

Thank you Jeff that command works. Is it possible for the output to only show differences only so that I can avoid stuff like @@ -1058,7 +1083,7 @@?
by capnhud
Wed Aug 03, 2011 10:54 am
Forum: Support (DiffMerge)
Topic: Correct command for diffmerge command line usage
Replies: 14
Views: 21203

Re: Correct command for diffmerge command line usage

The new version is sgdm.exe instead of diffmerge.exe so when I do it the way that you suggest I get diffmerge.exe not recognized and using the command you suggest with sgdm.exe does not result in an output file that is showing only the differences.
by capnhud
Wed Aug 03, 2011 10:08 am
Forum: Support (DiffMerge)
Topic: Correct command for diffmerge command line usage
Replies: 14
Views: 21203

Correct command for diffmerge command line usage

I keep trying to diff to a file with diffmerge using the following command on the command line:

Code: Select all

sgdm.exe -diff C:\Documents and Settings\Owner\Desktop\ -unified DOCUMENT.txt DOCUMENT2.txt
but I keep getting unexpected parameter DOCUMENT2.TXT

what is the corrct way to do this?