Checksum

hello
i m searching function for checksum a file is there this function in the software please ?
bests regards

There are commands to calculate the MD5 & SHA-1 checksums.

http://www.gpsoft.com.au/help/opus11/index.html#!Documents/GetSizes.htm

So, basically you could use something like this in a command, or change the code to use only MD5 or SHA:

Set COLUMNSTOGGLE=md5sum(1) Set COLUMNSTOGGLE=shasum(2) GetSizes NODESELECT MD5 GetSizes NODESELECT SHA

Depending on what you want to do with the checksum(s), you might also consider some other options as well:

1. If you only want to get the checksum of one or several files into the clipboard (as opposed to the checksums for ALL files in the lister columns), then there is the Clipboard COPYNAMES=hash and related commands. See the help manual for additional info on the different checksum types and output formats you can use with the COPYNAMES option.

2. If you intend to compare the checksum of a file to the checksum published on the website you downloaded the file from - OR - if you want to compare the checksum of 2 files against each other, then you might be interested in my HashCompare script.