标题: [其他] 批处理如何获取文件MD5并返回 [打印本页]
作者: Zhou. 时间: 2022-4-12 15:48 标题: 批处理如何获取文件MD5并返回
批处理如何获取文件MD5并返回?
如果执行此命令
certutil -hashfile "Data\S.ini" Md5>>Data\t.ini
在t.ini的值为:
MD5 的 Data\S.ini 哈希:
461b463ff5e719317b5ff93e7f9f5f0c
CertUtil: -hashfile 命令成功完成。
如何只获取hash值,而删除:
(
MD5 的 Data\S.ini 哈希:
CertUtil: -hashfile 命令成功完成。
)
?
作者: went 时间: 2022-4-12 20:44
- certutil -hashfile "Data\S.ini" Md5 | findstr /v ":">>Data\t.ini
复制代码
欢迎光临 批处理之家 (http://bbs.bathome.net/) |
Powered by Discuz! 7.2 |