Mass Checksumming tool for Windows?

Posted by Daniel Magliola on Super User See other posts from Super User or by Daniel Magliola
Published on 2010-05-03T13:33:11Z Indexed on 2010/05/03 13:38 UTC
Read the original article Hit count: 197

Hi,

I'm looking for a command line tool for windows that will go over a directory tree (recursively) and output a list of all the files in there, and a checksum for each file (can be CRC, MD5, whatever).

Esentially, what I want is to compare 2 big directory trees in 2 machines. I'm planning to take the outputs of running this tool in both, and diffing them to make sure they're identical.

I appreciate any ideas.

© Super User or respective owner

Related posts about checksum

Related posts about recursive