-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Checking multiple hash files; single instance. #62
Comments
Bump. Again, would like to select multiple hash files, select open, have a single instance of HashCheck combine queue all operations into a single list in series, instead of it opening 500 separate instances of HashCheck all running in parallel. |
Have you tried HashMyFiles by NirSoft? |
@aure2006 But my request pertains to opening and verifying hashes that I have saved to many different files. Instead of opening and verifying them one at a time, I asked if HashCheck would verify all of them at the same time. HashMyFiles doesn't even have a verify option. It only generates hashes and performs no comparison to saved values. |
If it simplifies things, I would expand my request to allow selecting multiple .hash files and having them concatenated into one large .hash file, with all the necessary relative / absolute paths appended to each hash dependent on the destination file save path. |
I wish to request the ability to combine or reuse the same hash checking window when checking multiple .hash files, so that several / hundreds of new windows aren't spawned.
Example: I have a filename.ext.sha512 hash for every file that's larger than 500 MB on a certain harddrive. If I were to shell execute a hundred of these .sha512 files, it would spawn a hundred hash check processes and windows. Instead, the same process and window should be reused for all hundred files, adding each to the list of files to be checked. Optionally also removing duplicate entries in case the same file is opened twice.
The text was updated successfully, but these errors were encountered: