Hi,
I was wondering if anyone already had a script or utility that would escentially copare folder trees, like this:
CompareTrees /S1=C:\TopFldr1 /S2=D:\Charles\TopFldr2 /D=3 /Delete=Yes /When=Yes /ByByte=Yes /CASE=Yes
The routine would start for each fies in and under the folder specified by the /S1= parameter would see if the same file existed in the same folder tree starting at the /S2= parameter existed, had the:
- same date/time (/When=Yes (would check for each YMDHMSD),
- same file name (/CASE=Yes),
- and the same contents (either by a byte by bype comparison or the CRC32 vaue,
- if /Delete=Yes is specified - the file in the S1 tree would be deleted.
- the /D=3 would make sure the rightmost number of folder names was the same.
The reason why I would like this is that I use DoubleKillerPro.exe from Big Bang Enterprises but it it does not also compare folder trees - which at times is important to me.
I was wondering if anyone already had a script or utility that would escentially copare folder trees, like this:
CompareTrees /S1=C:\TopFldr1 /S2=D:\Charles\TopFldr2 /D=3 /Delete=Yes /When=Yes /ByByte=Yes /CASE=Yes
The routine would start for each fies in and under the folder specified by the /S1= parameter would see if the same file existed in the same folder tree starting at the /S2= parameter existed, had the:
- same date/time (/When=Yes (would check for each YMDHMSD),
- same file name (/CASE=Yes),
- and the same contents (either by a byte by bype comparison or the CRC32 vaue,
- if /Delete=Yes is specified - the file in the S1 tree would be deleted.
- the /D=3 would make sure the rightmost number of folder names was the same.
The reason why I would like this is that I use DoubleKillerPro.exe from Big Bang Enterprises but it it does not also compare folder trees - which at times is important to me.