Page 1 of 1

Create directory compare details from command line

Posted: Fri Apr 28, 2006 2:00 pm
by jvanwa1
I am trying to compare two directories and put the differences in a file.
I am using the eval version of EDP.
I tried
examdiff D:\temp D:\temp1 /o:D:\diffdiff.txt
but all I get is
Different directories: D:\TEMP, D:\temp1

The GUI compare works and I can use the GUI to create an output file with the differences.

What am I doing wrong on the command line?

Thanks.

Posted: Fri Apr 28, 2006 4:59 pm
by psguru
Please make sure that "Message about different directories" option is not set under Options | Misc | Messages.

Posted: Mon May 01, 2006 5:46 am
by jvanwa1
That worked.
Thanks.