批处理计算MD5值

批处理查询文件MD5值

@echo off
set input=%1
certutil -hashfile %input% MD5
pause

 

保存为 MD5.bat
找到要计算md5的文件拖入 MD5.bat 文件即可查询
posted @ 2019-04-15 14:27  DDWK  阅读(2651)  评论(0编辑  收藏  举报