Tag Archives: filecheckmd5

ExactFile 1.0.0.12 released

A new beta of ExactFile is available for download.

A help file has been added.

The Create TestFiles Applet function has been implemented.  This update makes FileCheckMD5 completely obsolete. From the help file:

The Create TestFile Applet function makes it easy to provide a simple way for a user to test all of the files on a CD or DVD. This function creates a digest file much like the Create Digest function, but goes one step further: it also writes a small (less than 400K) “TestFiles.exe” application in the same folder. When the TestFiles applet (applet = tiny application) is executed, it automatically loads the digest file and immediately starts testing the files. The TestFiles application is multi-threaded* and responsive to user input even while scanning files on slow media and can be closed instantly if desired. TestFiles shows an easy-to-understand report (such as “Every file is ok”, etc).

The intended usage of this function is for you to build your deployment folder, then run the Create TestFile Applet function on that folder. Two files are added to the folder: TestFiles.exe and checksums.exf. The entire folder can then be burned to CD.  From that point, running TestFiles automatically initiates file testing.

The TestFiles.exe application is “read only” in the sense that it cannot generate digest files. It merely reads the digest file created by ExactFile, compares the checksums to the files in the folder and subfolders, and reports.

ExactFile 1.0.0.10 released

The first public beta version of ExactFile is now available for download. For details on ExactFile, see the ExactFile home page.

This beta release is mostly functional. The file checksum, digest generation, digest testing, and hash benchmark functions are all quite usable.

The following planned major features are currently not implemented:

  • Help file (not that you need one, right?)
  • TestFiles Applet creation
  • Windows “Open With” support

I will be updating this web site over the next few days to explain the various features of ExactFile. For now, I just wanted to get the beta posted.

Here are some screen shots:

A note to FileCheckMD5 users:

If you use FileCheckMD5’s “portable” functionality (for CDs, USB memory sticks, etc), you will want to keep FileCheckMD5 around for that purpose (until the Create TestFile Applet feature is implemented). ExactFile can generate FileCheckMD5-compatible digest files, so you can still use it to make your checkfiles. This is fairly trivial — just load up ExactFile, click the Create Digest page, and set your target folder and the digest type to fcmd5. Make sure FileCheckMD5 is in the target folder as well, and you’re good to go.

Website launched – What’s this all about?

Welcome.

Back in 2003 I developed a program I called FileCheckMD5. It solved a little problem I had: customers couldn’t tell me if their CD-ROM was defective or damaged, and I had to do a lot of guesswork to find out if their CD-ROM was bad or if the installation program wasn’t functioning on their computer for a different reason.

There were of course various file integrity scanners out there, but at the time, I could not find anything that was both graphical (so non-techinical users could easily interpret the information) and properly suited for the task of checking an entire CD (subdirectories and all). So I just wrote my own which used the MD5 hash method, and called it FileCheckMD5.

I released it as freeware thinking one or two other people might find it useful for the same things.

That was hundreds of thousands of downloads ago.

Over that time, I’ve built up quite a wish-list of features and a few bugs.

I decided it was time to develop a more robust tool – and since this one will offer more than just the MD5 checksum method, the name will be changed from FileCheckMD5 to ExactFile.

ExactFile will be multi-threaded, support Unicode file names, and not choke on extremely large (hundreds of gigabytes) files.

The initial beta version of the console application, exf, is already done. This one is for folks happy on the command prompt. The full GUI ExactFile is still in the works and will be available soon.

Today I figured it was time to get this thing posted online so others could use it. If you’re already using a command line summer like md5sum, sha1sum, or fsum, exf is something you’ll want to try. As I said, it’s multi-threaded, so when you’re hashing more than one file, those extra cores in your processor will actually get to do something. And although Windows consoles don’t display Unicode characters, exf works fine with Unicode file names and its output doesn’t mangle the file names, either.

Subscribe to this blog if you want to be kept aprised of ExactFile development.

Oh, and I’ve put FileCheckMD5 here just until the GUI ExactFile is ready to be used.