Page 1 of 2

LOADLIST command for feeding panel from file

Posted: 2019-10-21, 07:26 UTC
by MVV
It would be useful sometimes to have a direct command for feeding panel with list of items from a list file. E.g. it is useful for restoring search results exported to filelist.
Currently one have to do a search in @filelist.txt and then feed results to listbox, which is too hard to use.

Re: LOADLIST command for feeding panel from file

Posted: 2019-10-21, 07:47 UTC
by nsp
:thumbsup:Support ++:thumbsup:


I curently use virtualpanel to save search result but i miss 2 features which loading i hope could solve
- use found folders (as target) for copy to multiple targets
- load file from archive

Re: LOADLIST command for feeding panel from file

Posted: 2019-10-21, 08:32 UTC
by Stefan2
Support++ :D

Useful for to load files and folders found by an external script.




Currently I use DiskDirExtended -packer wcx plugin
to show a plain text file with DDE extension and format,
filled with content manually added by an external script.

Problem is a) to much explanation need to instruct users how to use that feature,
and b) no dedicated LOADLIST <path\file> command :wink: to make that work around really useful and usable on the fly.

Code: Select all

C:\Temp\TEST\BoxPlugin\
C:\Temp\TEST\ConfluencePlugin\
C:\Temp\TEST\FlickrPlugin\
C:\Temp\TEST\BoxPlugin\language_boxplugin-cs-CZ.xml	1477	2017.08.09	15:11.10
C:\Temp\TEST\BoxPlugin\language_boxplugin-de-DE.xml	1478	2018.08.09	15:12.10
C:\Temp\TEST\BoxPlugin\language_boxplugin-en-US.xml	1479	2019.08.09	15:13.10
C:\Temp\TEST\ConfluencePlugin\SubFolder\
C:\Temp\TEST\FlickrPlugin\language_flickrplugin-pl-PL.xml
C:\Temp\TEST\FlickrPlugin\language_flickrplugin-pt-PT.xml
C:\Temp\TEST\FlickrPlugin\New folder\


 

Re: LOADLIST command for feeding panel from file

Posted: 2019-10-30, 16:21 UTC
by Peter
Stefan2 wrote: 2019-10-21, 08:32 UTC ....Currently I use DiskDirExtended -packer wcx plugin...
But this gives you just a simple list; Ctrl+Q and Ctrl+Cursor L/R are not possible - correct?

Edit:
maybe helpful - directing in the right way:
Temp Panel (2003): https://totalcmd.net/plugring/temporarypanel.html
Virtaul Panel (2019): https://totalcmd.net/plugring/virtualpanel.html

Re: LOADLIST command for feeding panel from file

Posted: 2019-11-09, 09:15 UTC
by dindog
support++
it will work more or less like a virtual directory with specific propose... and that will come in handy

Re: LOADLIST command for feeding panel from file

Posted: 2019-11-10, 11:18 UTC
by Plumber
++SUPPORT++

Re: LOADLIST command for feeding panel from file

Posted: 2019-11-13, 15:53 UTC
by Peter
support++

Re: LOADLIST command for feeding panel from file

Posted: 2019-11-13, 17:42 UTC
by ghisler(Author)
You could use the function to search in a text file, in the "Search in" field:
@c:\path\to\text_file
and then use "Feed to listbox".

TC has to search anyway to get all the file details...

Re: LOADLIST command for feeding panel from file

Posted: 2019-11-14, 07:57 UTC
by MVV
Using search dialog requires too much movements, why don't just add quick and simple command that only lists items from a given filelist?

Re: LOADLIST command for feeding panel from file

Posted: 2019-11-14, 09:30 UTC
by Stefan2
MVV wrote: 2019-11-14, 07:57 UTC requires too much movements
And first of all (for me) too many explanations for "unpracticed" users.





 

Re: LOADLIST command for feeding panel from file

Posted: 2019-12-26, 11:57 UTC
by dindog
Stefan2 wrote: 2019-11-14, 09:30 UTC
MVV wrote: 2019-11-14, 07:57 UTC requires too much movements
And first of all (for me) too many explanations for "unpracticed" users.
of course it is. it's straight-forward that I searched, then I got a list, so I feed it to file panel because any actual operation is started at file panel, and I even exported it for the next time... but it's really weird in the next time, I will start from paste the exported list path in search dialog...

I would be glad if this feature can make to 9.5

Re: LOADLIST command for feeding panel from file

Posted: 2020-01-18, 08:28 UTC
by Fla$her
Absolute Support ++ :thumbsup:

Hi, everybody. This request was based on my wish on Russian board.
ghisler(Author), I'm 9th. :)

There are a lot of search-script tasks that can't be done with content plugins. Files need not just be displayed on the panel (like lst<>wcx), but also work with them fully. Of course, for info-plugins I have a solution with calling the search dialog and clicks in it, but it all looks slow and dowdy.
We need the right decision. :)

Re: LOADLIST command for feeding panel from file

Posted: 2020-07-11, 19:55 UTC
by snahl
Hello,
so HOW can I load for example filelist.txt containing full paths-and-filenames (nothing else) into Total Commander (possibly equal to the search results in "Feed to Listbox"?

A clear description from A-Z with all steps involved would be very beneficial.

Here is an example of a such a filelist.txt to be loaded:
c:\Program Files (x86)\totalcmd\TOTALCMD64.EXE
k:\INSTALL\TOOLS\Total Commander\tcmd951x64.exe

The given instructions I found so far did not help me to achieve my goal.
Thanks for feedback and concise instructions.

Re: LOADLIST command for feeding panel from file

Posted: 2020-07-13, 13:56 UTC
by ghisler(Author)
1. Make a search with "Search for" left empty, and "Search in" containing:
@c:\path\filelist.txt
2. Click on "Feed to listbox"

Re: LOADLIST command for feeding panel from file

Posted: 2021-03-12, 22:19 UTC
by Fla$her
2ghisler(Author)
Thank you so much for a very useful supplement in v.10! :)