window 获取文件md5值dos 脚本
将下面脚本内容写入md5sum.bat中:
@echo off
rem path: %UserProfile%\AppData\Roaming\Microsoft\Windows\SendTo
for %%I in (%*) do certutil -hashfile %%I MD5 | findstr /v hashfile
pause
将md5sum.bat脚本放到%UserProfile%\AppData\Roaming\Microsoft\Windows\SendTo
下
[右击文件]–>[发送到]–>[md5sum.bat]–>显示md5值
显示文件md5值: