Page 1 of 1

Add extension to CRC-checksum file

Posted: 2013-09-08, 07:14 UTC
by mrbeeye
Let's consider these filenames: bigfile.001, bigfile.002, bigfile.003 and bigfile.004.

For each file bigfile.001, bigfile.002, bigfile.003 and bigfile.004, TC generates same filename bigfile.md5 (and prompts for overwriting or renaming it). It's annoying.

Suggestion: add extension to CRC-checksum file, so filenames would be bigfile.001.md5, bigfile.002.md5, bigfile.003.md5 and bigfile.004.md5.

Posted: 2013-09-08, 09:02 UTC
by MVV
Use mask *.*.md5 instead of just *.md5 in calculate checksum dialog.

Posted: 2013-09-09, 19:55 UTC
by mrbeeye
MVV wrote:Use mask *.*.md5 instead of just *.md5 in calculate checksum dialog.
Workaround, not solution.

Posted: 2013-09-10, 10:56 UTC
by MVV
It does exactly what you've asked so it is a solution. :wink:
I think you should ask for INI option to add extensions by default.