Command Line Syntax
  
  
					ecmerge [ 
    Arguments] [ 
    switches] [ 
    options] 
				
					Argument being the File(s)/Directory(ies) concerned by
    operation 
				for 3 way actions, first is common ancestor, then "my item",
    then "their item"
     for 2 way actions, first is "my item", then "their
    item" 
				
					  In the graphical
    interface and the HTML reports, "my item" and "their
    item" are displayed respectively in the left and right
    views. 
				
					Examples
				 
				
ecmerge --mode=diff2 C:\temp1.txt C:\temp2.txt
 
				Opens a file comparison between the specified files 
				
ecmerge --mode=merge3 ~/data/ancestor ~/data/bar ~/data/foo
--to="~/data/result"
 
				Opens a folder comparison between the 3 specified folders,
    the merge result being stored in "~/data/result". 
				
					See also
				 
				
				  
			
  |