diff command

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
alan_m
Posts: 31
Joined: Fri Jun 02, 2006 12:44 pm

diff command

Post by alan_m »

Hi,
am looking at the DIFF command, Do you have any documentation on how it works?

regards

alan
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

The Tools, Difference menu and the File, Difference menu are both launch the Difference dialog and that dialog is just a wrapper to the xDiff.exe tool found in the Zeus bin folder.

The xDiff.exe tool is pretty much a standard fiff tool.

In the Options, Editor Options menu, Miscellaneous panel there is a command line option for an external difference tool.

Here are some examples of such a command line:

Code: Select all

"c:\Program Files\WinMerge\WinMergeU.exe" $f1 $f2
"c:\Program Files\DiffMerge\DiffMerge.exe" $f1 $f2
"c:\Program Files\Perforce\P4WinMrg.exe" $f1 $f2 $f1
To access that command line either make it the default action using the Miscellaneous panel, or use the View External button found in the Difference dialog.

Cheers Jussi
Post Reply