Page 1 of 1

FCIV

Posted: 28 Sep 2015, 22:21
by dedanna1029
FCIV is a command-line utility for Windows to check the md5sum or sha1 of files. I use it to verify downloads of Linux .iso files to verify them, although this utility can be used for any file.

Its installation is simple, and it is easy to use even for the newbie to Windows. sha1, as most know, is the best way to verify a file, but md5sum is a quick off-the-cuff way to do it. I've used both with FCIV here:

Image

Although the utility is not *officially* supported by Microsoft, they support it enough to put it up at their site, and host it as a download with installation instructions, and instructions on how to use it. It's the one thing Microsoft does right. :jackpot

Everything you need for it, download, installation instructions, how to use it, the works is here.

Edit: **Limitations: For sha, it only verifies sha1. It doesn't verify sha256. There is Raymond's utility for that.

Re: FCIV

Posted: 29 Sep 2015, 17:49
by viking60
Thanks! :s
To make it work everywhere in the cmd window you can type:

Code: Select all

set path=%path%;c:\fciv

This will make it work without navigating to C:\fciv first.
This makes it possible to stand in the folder where your iso is and typing the command so that you do not have to specify that long path to it.

This will be gone after a reboot :(

To make it permanent

Select 'System' from the Control Panel, selecting the 'Advanced' tab, the 'Environment Variables' button and then finding the PATH
Add this at the end:

Code: Select all

;C:\fciv


PS this naturally means that you have extracted fciv to C:\fciv


You really should do this because you will forget where fciv is +1

After that you can simply do a

Code: Select all

fciv viking.iso
wherever you are :-D (Or wherever that download is)

Re: FCIV

Posted: 29 Sep 2015, 20:05
by dedanna1029
Thank you for that! :)

Re: FCIV

Posted: 29 Sep 2015, 22:02
by viking60
It might be possible to make it stick with a command in cmd
:A
viewtopic.php?f=3&t=3851&view=unread#unread

Re: FCIV

Posted: 30 Sep 2015, 22:10
by dedanna1029
Aye, I saw that. Good job. :)