Search found 3 matches

by docdave78
10 Oct 2019 14:27
Forum: DOS Batch Forum
Topic: certutil -hashfile of a directory
Replies: 5
Views: 22880

Re: certutil -hashfile of a directory

Steffen, Dave,

Thanks for your help. I was able to get it to work with the hashsum.bat link.

Dave
by docdave78
10 Oct 2019 12:19
Forum: DOS Batch Forum
Topic: certutil -hashfile of a directory
Replies: 5
Views: 22880

Re: certutil -hashfile of a directory

Steffen,

Thank you, I've copied the command line into my cmd window exactly as you've provided and its giving me an error of:

"%%i was unexpected at this time.

I should have noted that I'm running Windows 10 Enterprise.
by docdave78
10 Oct 2019 09:41
Forum: DOS Batch Forum
Topic: certutil -hashfile of a directory
Replies: 5
Views: 22880

certutil -hashfile of a directory

I'm trying to run certutil on a directory to output the results to a file using a wildcard to identify the files. the directory is c:/temp/mfiles the file extensions are .fdf the hashfile are SHA256 I'm familiar with using the certutil for a single file, but I'm not sure how to do it for a directory...