ddwk

批处理查询文件MD5值

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

 

保存为 MD5.bat
找到要计算md5的文件拖入 MD5.bat 文件即可查询

分类:

技术点:

相关文章: