Hi, if i create a checksum file (Sha) of a full hard drive then later i can check it with Tc to know which files are wrong.
But i'd like to know if it's possible with Tc or other software to create a list with full path + filename of all wrong files in this checksum file, thanks
Not sure what you mean by "wrong files", i.e. wrong path or wrong checksum.
Double-click on the checksum file, let it do its thing and when done you can select all lines in the verify checksum window and copy its content by pressing Ctrl+C. Paste it into an editor of your choice and search for "Wrong CRC:" and similar errors.
If you only want to know if the files exist in the paths specified, there's a faster way to do it: Extract the paths from the checksum file (or delete the checksums) and use that in TC's Find Files function with the @some_file.txt syntax. Deleting checksums in such a file is easily done via column selection mode - usually activated by holding the Alt key down while selecting with the mouse - in a more advanced editor like Notepad++.
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
As you suggested i selected all lines in the verify checksum window and paste it in Editpad Lite that deleted all lines that don't contain "Wrong CRC:" in a single step , now the list is ready. Thank you very much