Find File + Feed to listbox features
Moderators: Hacker, petermad, Stefan2, white
Find File + Feed to listbox features
Example 1:
c:\aaa\bbb in left window, c:\ in right window, focus in left window.
Find Files (for example because i want to 'Find text'), then Feed to listbox.
Search result: in left window, c:\ in right window
Now a press Alt+F2 + C (because I want to copy some file of "Search result" into the same folder (c:\aaa\bbb) with changed name), but there is still c:\ in right window instead of c:\aaa\bbb. Yes, I know, I should press Alt+F2 + C before I have used Find Files, but I forget often to do so...
Example 2:
I use Find Files, then Feed to listbox. Then I'm viewing files from Search result to find exactly the file I´m looking for (for example in any subfolder). Then I want to go to this file (in his folder), but there is no possibility... Maybe the item "Go to the file" in context menu (right click) should be nice solution.
Thanks!
c:\aaa\bbb in left window, c:\ in right window, focus in left window.
Find Files (for example because i want to 'Find text'), then Feed to listbox.
Search result: in left window, c:\ in right window
Now a press Alt+F2 + C (because I want to copy some file of "Search result" into the same folder (c:\aaa\bbb) with changed name), but there is still c:\ in right window instead of c:\aaa\bbb. Yes, I know, I should press Alt+F2 + C before I have used Find Files, but I forget often to do so...
Example 2:
I use Find Files, then Feed to listbox. Then I'm viewing files from Search result to find exactly the file I´m looking for (for example in any subfolder). Then I want to go to this file (in his folder), but there is no possibility... Maybe the item "Go to the file" in context menu (right click) should be nice solution.
Thanks!
Last edited by pkr67 on 2012-07-12, 19:39 UTC, edited 1 time in total.
Re: Find File + Feed to listbox features
Did you try [CTRL]+ [->] or [CTRL]+ [<-] it seems to do exactly what you need.pkr67 wrote:Example 1:
c:\aaa\bbb in left window, c:\ in right window, focus in left window.
Find Files (for example because i want to 'Find text'), then Feed to listbox.
Search result: in left window, c:\ in right window
Now a press Ctrl+F2 + C (because I want to copy some file of "Search result" into the same folder (c:\aaa\bbb) with changed name), but there is still c:\ in right window instead of c:\aaa\bbb. Yes, I know, I should press Ctrl+F2 + C before I have used Find Files, but I forget often to do so...
Example 2:
I use Find Files, then Feed to listbox. Then I'm viewing files from Search result to find exactly the file I´m looking for (for example in any subfolder). Then I want to go to this file (in his folder), but there is no possibility... Maybe the item "Go to the file" in context menu (right click) should be nice solution.
Thanks!
Re: Find File + Feed to listbox features
Thank you, nsp!nsp wrote:Did you try [CTRL]+ [->] or [CTRL]+ [<-] it seems to do exactly what you need.pkr67 wrote:Example 1:
c:\aaa\bbb in left window, c:\ in right window, focus in left window.
Find Files (for example because i want to 'Find text'), then Feed to listbox.
Search result: in left window, c:\ in right window
Now a press Ctrl+F2 + C (because I want to copy some file of "Search result" into the same folder (c:\aaa\bbb) with changed name), but there is still c:\ in right window instead of c:\aaa\bbb. Yes, I know, I should press Ctrl+F2 + C before I have used Find Files, but I forget often to do so...
Example 2:
I use Find Files, then Feed to listbox. Then I'm viewing files from Search result to find exactly the file I´m looking for (for example in any subfolder). Then I want to go to this file (in his folder), but there is no possibility... Maybe the item "Go to the file" in context menu (right click) should be nice solution.
Thanks!
That's exactly what I want in Example1.
In Example2 Ctrl+Right works well, but I´d prefer to go to the file in left panel... Ctrl+Left gets me in the file folder, but not at the file... but better than nothing

2pkr67
Don't you mean Alt+F2 + C - otherwise it doesn't make sense ?Now a press Ctrl+F2 + C
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Find File + Feed to listbox features
If you want to go to the file uder crsor in te same pane you can create a user commandpkr67 wrote: Thank you, nsp!
That's exactly what I want in Example1.
In Example2 Ctrl+Right works well, but I´d prefer to go to the file in left panel... Ctrl+Left gets me in the file folder, but not at the file... but better than nothing
em_goto_file_same_panel
Code: Select all
command: cd
parameters:%N
...
em_goto_file_new_panel_same side
Code: Select all
command: %commander_exe%
parameters:/O /S /T /L=%N
...
Re: Find File + Feed to listbox features
nsp wrote:Thank you, nsp! This is exactly what I wanted.pkr67 wrote: If you want to go to the file uder crsor in te same pane you can create a user command
em_goto_file_same_panelCode: Select all
command: cd parameters:%N ...
2pkr67
Just notice that if you use nsp's suggestion (cd %N) on a packed file, TC will open the packed file in stead of opening the directory holding the packed file.
Just notice that if you use nsp's suggestion (cd %N) on a packed file, TC will open the packed file in stead of opening the directory holding the packed file.
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar