Search Results
Search results 1-2 of 2.
-
(Quote from SWAT_OP-R8R)Hello,you could probably use 7-Zip to get hash sums: h (Hash) command Here is the most basic way:1. Get 7za.exe from 7-Zip Extra package (Download) and put it into CF directory next to a .bat file with this script: (Code, 1 line) 2. Run the batch file and checksums will be written to out.txt (an example file is attached). Because 7-Zip is free and open-source, I guess it can be safely distributed as a part of CF hash check tool.
-
(Quote from SWAT_OP-R8R)Then you could add a reference file and use fc reference.txt out.txt > diff.txtFor example, a comparison result between my two CF installations (Win 7 and XP) is attached below. The only drawback is that extra lines of text above and below each difference are added - there is no option to turn them off. An end user would only need to download a package with 7za + reference file + script, extract them to CF folder, run the bat file and send the output text file with diffe…