Page 1 of 1

Difference/Merge Utility

Posted: Thu Jan 17, 2008 4:01 am
by jussij
Here is a very nice file difference/merge tool and it's also free: http://www.sourcegear.com/diffmerge/index.html

To run DiffMerge from within Zeus use the Options, Editor Options, Miscellaneous panel and add the following to the Command line edit field:

Code: Select all

"c:\Program Files\SourceGear\DiffMerge\DiffMerge.exe" "$f1" "$f2"
This allows you to run the tool from the Zeus File, Difference menu dialog via the View External button.

Cheers Jussi