Saving Search List
Moderators: Hacker, petermad, Stefan2, white
Saving Search List
Once you have performed a FIND FILE command, is it possible to save the results to a file?
Re: Saving Search List
1) to save and load the search parameters you can use the Load/save tab.zgwstores wrote:Once you have performed a FIND FILE command, is it possible to save the results to a file?
2) to save the result once all is found :
Code: Select all
- feed to listbox ( Click on botom right button on seach window)
- select all ( [ctrl]+A )
- save to file ( Call command cm_saveselectiontofile, button, command bar, hotkey....... )
- ghisler(Author)
- Site Admin
- Posts: 50930
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
You cannot use "Feed to listbox" when searching in archives. In this case, just click in the result list once (single click) and press Ctrl+C to copy all the names (not just the one you clicked on).
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Find Files Load/Save tab
Please check my understanding that saving a search will save my choices under the "General" and "Advanced" tabs, but not my choices under the "Plugins" tab.
For example
X Search in plugins. Combine with OR (any match)
TC fullname contains dog
TC fullname contains cat
etc etc
Background: I see that my saved searches are saved in wincmd.ini under "[searches]"as SearchFor, SearchIn, SearchText, and SearchFlags, where SearchFlags was explained here
http://www.ghisler.ch/board/viewtopic.php?t=10182&highlight=searchflags
For example
X Search in plugins. Combine with OR (any match)
TC fullname contains dog
TC fullname contains cat
etc etc
Background: I see that my saved searches are saved in wincmd.ini under "[searches]"as SearchFor, SearchIn, SearchText, and SearchFlags, where SearchFlags was explained here
http://www.ghisler.ch/board/viewtopic.php?t=10182&highlight=searchflags
I withdraw my question. "Save" will in fact save my plugins choices. (In my haste I probably unchecked "search in plugins.")
In summary, I see that these are saved: SearchFor, SearchIn, SearchText, SearchFlags, and plugin.
For example:
test_plugin=tc.name = cat | tc.name contains dog
or the equivalent
test_plugin=tc.name regex cat|dog
In summary, I see that these are saved: SearchFor, SearchIn, SearchText, SearchFlags, and plugin.
For example:
test_plugin=tc.name = cat | tc.name contains dog
or the equivalent
test_plugin=tc.name regex cat|dog