I downloaded a large number of files via this magnet link (Apache 2.0 license), then moved the files around between a few devices. I now want to check the integrity of the files.
A file lists MD5 checksums:
This list is chopped but it contains 770 lines (i.e., 770 MD5 checksums), so I'd like to batch check them. I know how to compute a MD5 checksum on a single file, but I don't know how to check all these files at once.
How can I check that the downloaded files match these MD5 checksums on Windows 10?




