I'm writing a batch script that will check the MD5sum of all files in a folder
for /r %%f in (*) do (certutil -hashfile "%%ff" MD6) >> output.txt
This one is working but any idea how can I get the hash only, without the other text
Those text highlighted in yellow only
How to get MD5 hash only (Batch Script)
Moderator: DosItHelp
Re: How to get MD5 hash only (Batch Script)
So you failed to search Stack overflow for an answer to your question.
https://stackoverflow.com/questions/674 ... tch-script
And you failed to search our forum here as well.
viewtopic.php?t=7592
https://stackoverflow.com/questions/674 ... tch-script
And you failed to search our forum here as well.
viewtopic.php?t=7592