How to get MD 5 Hash value for only few specified files out of a folder using Command Prompt
Asked
Active
Viewed 3,829 times
2 Answers
0
There's no such tool included with Windows.
Microsoft provides FCIV for download. It is a command line tool and supports MD5. Use the -add <file | dir> parameter to specify a single file.
Thomas Weller
- 6,502