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
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