找回密码
 注册
搜索
[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
查看: 24252|回复: 1

[文件操作] 可递归处理子目录文件的MD5文件生成工具FSUM

[复制链接]
发表于 2008-10-13 14:46:00 | 显示全部楼层 |阅读模式
【特点】
与一般MD5文件生成工具相比,突出的特点是:
1.可以处理子目录下面的文件。生成的MD5文件的方式可以有多种参数进行控制。
2.速度快。
3.既可生成也可以校验MD5文件。
4.只能在命令行使用。

【帮助与说明】
MD5 Checksum calculation and verification utility. [1.9.0.149] EN
(C) 2003-2005 Kirill Zinov and Vitaly Rogotsevich. Web site: www.fastsum.com
FSUM [Path] [File | /T:Type] [/V] [/C:File] [/O] [/R]
  Path   Path to a source file, folder or a folder with included
         files mask. You may define several masks using ";" as a separator.
  File   Path to a checksum file. If is not defined and /T:Type parameter is
         not used in calculation mode checksums are printed on the screen.
/T:Type It is a helper that sets position of checksum files. It is
         necessary to process a lot of files, instead of using File parameter.
         This parameter must be one of the following values:
         E - For EACH file (File_name.md5)
         R - One file in the ROOT of the folder (Folder_name.md5)
         F - One checksum-list file for each FOLDER (Folder_name.md5)
   /V    Verification mode. By default FastSum is working in calculation mode.
   /U    Update mode. Verifies and updates checksums of changed files.
/L:File Path to log-file.
/C:File Path to the file for changed files list.
/E:File Path to a list containing files with errors.
   /O    Overwrite existing files.
   /R    Recursive folder scaning.
   /M    Marks checksum files as hidden.
/I:Info Include additional information in the checksum file. Any combination
         of the following attributes is acceptable for the Info parameter.
         D - Date, T - Time, U - User, H - Host, R - Root path, E - Errors.
         Example: /ITUHRE
/Combo  Composite checksum.
/Excl:F Excluded files list.
/H or /? Help.
Examples:
  FSUM C:\Data\Notes.doc C:\My_Checksums\Notes.md5
  This is an example of single file checksum calulation.
  FSUM C:\Data\*.zip;*.pdf /T:F /R
  Calc .zip and .pdf files in all sub-folders (recursively). Result lists are
  placed in each folder.
  FSUM C:\Data /T:F /R /V
  Verify files for sample above.

下载地址:http://www.fastsum.com/download/fsum.zip

[ 本帖最后由 nh_wzg 于 2008-10-13 18:26 编辑 ]

评分

参与人数 1PB +8 收起 理由
pusofalse + 8 感谢分享

查看全部评分

发表于 2008-10-13 16:06:37 | 显示全部楼层
没有附件?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|批处理之家 ( 渝ICP备10000708号 )

GMT+8, 2026-3-17 00:25 , Processed in 0.018801 second(s), 9 queries , File On.

Powered by Discuz! X3.5

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表