批处理计算MD5值

批处理查询文件MD5值

@echo off
set input=%1
certutil -hashfile %input% MD5
pause
保存为 MD5.bat
找到要计算md5的文件拖入 MD5.bat 文件即可查询
原文地址:https://www.cnblogs.com/ddwk/p/10710455.html