Page 1 of 1

Need "cm_CopyFileDetailsToClip" separators

Posted: 2006-11-11, 13:25 UTC
by AbteriX

Code: Select all

13.09.05  Added: New internal command cm_SaveDetailsToFile -
13.09.05  Added: New internal command cm_CopyFileDetailsToClip - 
13.09.05  Added: cm_CopyFpFileDetailsToClip -
13.09.05  Added: cm_CopyNetFileDetailsToClip - 
This addition is very handy, thanks.

So i can get e.g. this:

Code: Select all

NoClose.ini	06.11.2006				E:\TotalCToGo\	132
NoClose.pif	06.11.2006	Version 1.2	Flint Incorporation	NoClose	E:\TotalCToGo\	24.576
scheme.ini	11.11.2006				E:\TotalCToGo\	1.522
SFXHEAD.SFX	01.11.2006				E:\TotalCToGo\	36.864
SHARE_NT.EXE	01.11.2006				E:\TotalCToGo\	2.106
ShellDetails.ini	03.11.2006				E:\TotalCToGo\	3.333
TCMADMIN.EXE	01.11.2006	1, 0, 0, 1	C. Ghisler & Co.	C. Ghisler & Co. Totalcmd-Admin	E:\TotalCToGo\	63.176
TCUNINST.EXE	01.11.2006				E:\TotalCToGo\	29.696
TCUNINST.WUL	01.11.2006				E:\TotalCToGo\	1.176
TCUNZLIB.DLL	01.11.2006				E:\TotalCToGo\	102.400
TOTALCMD.EXE	01.11.2006	7.01	C. Ghisler & Co.	Total Commander	E:\TotalCToGo\	1.039.568



But now I am on the search for an INI parameter like

DetailsColumnDelimiter=;

DetailsColumnDelimiter=, (like export to CSV file)
DetailsColumnDelimiter=::
DetailsColumnDelimiter=</TD><TD>
DetailsColumnDelimiter=)(
DetailsColumnDelimiter=][

to align this outputted columns without the need of an extra plugin.

Is this possible?

Posted: 2006-11-11, 13:38 UTC
by AbteriX
Oh, the output is surely TAB-delimitered :oops:

Maybe my suggestion could be handled as an improvement request anyway?


Explanations:

DetailsColumnDelimiter=::
I use Notepad++ in TC and i am able there to search and align by e.g. ::



DetailsColumnDelimiter=</TD><TD>
I would search in the output.txt later for RegEx ^
and replace with <TR><TD>

And then search for RegEx $
and replace with </TD></TR>

Posted: 2006-11-12, 18:16 UTC
by ghisler(Author)
It's Tab-delimited and there should be no tabs in the fields, so it should be possible to import the list easily in other programs.

Posted: 2006-11-13, 07:41 UTC
by AbteriX
Thanks for the answer.
I was able to do this in NP++ (Find: \t ,Replace: </TD> <TD>)



Another suggestion:
wouldn't it be nice to have the Column names also in the output?

like
Name Erw. Erstellt Produktversion ...
NoClose.ini 06.11.2006 E:\TotalCToGo\ 132