[WDX] LotsOfHashes v1.4

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

Moderators: white, Hacker, petermad, Stefan2

User avatar
white
Power Member
Power Member
Posts: 4614
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: 4153
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: 4153
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: 14787
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.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Post Reply