Hopefully a simple question, does a simple Windows command line equivalent to md5sum --check [files.md5]
exist? Alternatively, something I can script as a batch file.
I can generate the hashes file fine, but it's the check at the destination, comparing with the md5 file that's proving tricky. Bonus points if it's possible to run in a batch file rather than PowerShell (need to try and create something relatively simple for a user to run routinely).
Many thanks!