【帮助与说明】
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.