idrassi / DirHash

Windows command line utility to compute hash of directories and files
BSD 3-Clause "New" or "Revised" License
111 stars 11 forks source link

option "-sum" should be supported in ini file #13

Closed nutpantz closed 3 years ago

nutpantz commented 3 years ago

I tried adding Sum=True Overwrite=true To my dirhash.ini file and it had no effect.

That is a feature I would love. As I use them constantly (So the output is compatible with your hashcheck)

idrassi commented 3 years ago

Thank you for suggesting this feature. It is indeed useful. I have implemented it in the commit https://github.com/idrassi/DirHash/commit/e1e31ac11d02395ae616cfe4fdcd1a1644bfaecc. I also implemented support for "Threads=True" entry in DirHash.ini.

This change will be available in the upcoming 1.19 version.

Please note that when Sum=True is specified in DirHash.ini, it will have an effect only if -verify is not specified in the command line.

idrassi commented 3 years ago

1.19 was release with this change