Skip to content

Instantly share code, notes, and snippets.

@Neko7sora
Created September 14, 2021 08:59
Show Gist options
  • Save Neko7sora/46bf73307381f35f8a8b3dfaae68cefe to your computer and use it in GitHub Desktop.
Save Neko7sora/46bf73307381f35f8a8b3dfaae68cefe to your computer and use it in GitHub Desktop.
hashcheck.bat
@echo off
echo ----------
:loop
if "%~1" == "" goto end
certutil -hashfile %1 MD5
certutil -hashfile %1 SHA1
certutil -hashfile %1 SHA256
echo ----------
shift
goto loop
:end
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment