1.

Solve : Checksum test using batch?

Answer»

I was wondering if someone might be able to show me a way to perform a Checksum test between two files a KNOWN good and a questionable ONE USING a batch? There is file compare that can be run, but is that the same as a checksum or does it only look at name and size, where a checksum will detect a variant between say Test.txt of 4k in size and another Test.txt of 4k in size with altered contents but taking up same name and storage space.

Thanks!COMP /?fc will tell you if 2 files are identical or not.

type fc /? at the prompt to see syntax



Discussion

No Comment Found