[WDX] LotsOfHashes v1.4

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

User avatar
white
Power Member
Power Member
Posts: 5743
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: [WDX] LotsOfHashes v1.4

Post by *white »

Using internal commands you can specify which column field to copy. See:
viewtopic.php?p=418271#p418271
viewtopic.php?p=418298#p418298
User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: [WDX] LotsOfHashes v1.4

Post by *Stefan2 »

Ah, now you mention it . . .

HISTORY.TXT wrote:
TC v10.50
09.03.22 Added:

CM_COPYFILEDETAILSTOCLIP 2


Thanks

 
User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: [WDX] LotsOfHashes v1.4

Post by *Stefan2 »

angel wrote: 2023-01-17, 12:42 UTC Is there a way to print to file all custom columns in current dir?
Something like dir *.* > file.txt, but the result must be custom hash columns.

You can utilize this command in TC command line: cm_SaveDetailsToFile
You are asked to chose a path and file name.
Next open that file in you text editor and use that print function.

cm_SaveDetailsToFile=2039;Save all shown columns to file
See more of such commands in the TOTALCMD.INC text file.



Or just use the here provided commands
CM_CopyFileDetailsToClip
CM_CopyHdrFileDetailsToClip
and paste that in your editor for to print.





 
User avatar
petermad
Power Member
Power Member
Posts: 15997
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: [WDX] LotsOfHashes v1.4

Post by *petermad »

Is there a way to print to file all custom columns in current dir
Use one of these commands:
cm_SaveDetailsToFile=2039;Save all shown columns to file
cm_SaveDetailsToFileA=2043;Save all shown columns to file (ANSI)
cm_SaveDetailsToFileW=2044;Save all shown columns to file (Unicode)
cm_SaveHdrDetailsToFile=2093;Save all shown columns to file, with headers
cm_SaveHdrDetailsToFileA=2094;Save all shown columns to file, with headers (ANSI)
cm_SaveHdrDetailsToFileW=2095;Save all shown columns to file, with headers (Unicode)
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
Andy Solo
Junior Member
Junior Member
Posts: 30
Joined: 2019-03-15, 12:56 UTC

Re: [WDX] LotsOfHashes v1.4

Post by *Andy Solo »

How do I use this plugin? I didn't understand anything.
User avatar
nsp
Power Member
Power Member
Posts: 1912
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: [WDX] LotsOfHashes v1.4

Post by *nsp »

It is a WDX plugin it means that it can be used to extract information (content) from files. In the case of LotsOfHashes it calculates various hashes for "targetted" files.

You can see the hash as custom columns in TC, use the values in multi-rename (plugin part), in the plugin part of a search...

To have a look you can also use wdx guide
User avatar
Dalai
Power Member
Power Member
Posts: 9943
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: [WDX] LotsOfHashes v1.4

Post by *Dalai »

2Andy Solo
The Wiki page might be a good starting point to understand what content plugins can do and where in TC they can be used:
https://www.ghisler.ch/wiki/index.php?title=Content_plugin
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Post Reply