79596463

Date: 2025-04-28 12:29:05
Score: 0.5
Natty:
Report link

It will be simpler if you throw the result into a variable. There is no need for the tokens parameter.

set "hash=" & for /f "skip=1" %a in ('certutil -hashfile "path\to\your\file" MD5') do @if not defined hash set "hash=%a" & echo %hash% & goto :done
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: João Mac