views:

17

answers:

0

Hi all, i have more than one directory and want to check if there is any common files between directories should be identify and merge all the changes into only one file in ouput directory.i tried with kdiff3 and winmerge but not succeed.

like this is directories strcuture 1)dir\doc.txt 2)dir2\doc.txt output directory will be outdir\doc.txt contain -:dir\doc.txt changes+dir2\doc.txt

kidff3 dir1 dir2 -o outputdir i got no output in outputdir.

and using winmerge i tried with below command but i have not got any merged file.

WinMerge[U] [/r] [/e] [/f filter] [/x] [/s] [/ul] [/ur] [/u] [/wl] [/wr] [/minimize] [/maximize] [/dl leftdesc] [/dr rightdesc] leftpath rightpath [outputpath]

can anybody help me on this.