Hi all,
I have to find common files(file name is always changed) from different directories.for eng.
i have two directories first is c:\dir contains more than one file and second is d:\ddir contains more than one file
i want output as below.
1)c:\dir\subdir \filename.txt
2)d:\ddir\subdi r\filename.txt
Please let me know how can i achieve this.
I have to find common files(file name is always changed) from different directories.for eng.
i have two directories first is c:\dir contains more than one file and second is d:\ddir contains more than one file
i want output as below.
1)c:\dir\subdir \filename.txt
2)d:\ddir\subdi r\filename.txt
Please let me know how can i achieve this.
Comment