2021年5月5日星期三

How to get MD5 hash only (Batch Script)

I'm writing a batch script that will check the MD5sum of all files in a folder and i found this script on this site

for /r %%f in (*) do (certutil -hashfile "%%f" MD5) >> output.txt

This one is working but any idea how can i get the hash only, without the other text

Please see text highlighted on this image

Thanks!

https://stackoverflow.com/questions/67410109/how-to-get-md5-hash-only-batch-script May 06, 2021 at 07:43AM

没有评论:

发表评论