Compare folder trees

Apr 2, 2011
1,607
15
55
North Carolina, USA
I have recently done a OS reload so thought of a nice routine ans wondering if someone has something along these lines already please?

CmpTrees.btm C:\* I:\

the routine would transverse the folder tree matching C:\* and would produce log files for:
- files that were not on I: in the same folder w/the same name
- ones that did exist on I:\
- compare CRC32s
- compare file dates and times

and make the log files appear in the subfolder of where CmpDelTrees.btm is, and be formatted so one could just call

DEL /a: @LOGs\filelist.log
 
Apr 2, 2011
1,607
15
55
North Carolina, USA
I have come up with the attached CmprTrees.btm - not tested yet.......
 

Attachments

  • CmprTrees.btm
    1.9 KB · Views: 176