Windows NT Systems Paul Meyers has provided the following method for setting up md5sum.exe. I assume you can set up shortn32.exe in a similar way, though we don't have an NT for trying it ourselves: >Try setting up a batch file like > >md5sum --check filename.md5 >pause > >I use pause cause NT automatically closes on exit and you might not see >if there are any errors. > >Just make sure that md5sum.exe, the .md5,.bat, and .shn are all in the >same directory.