Extended search function
Dear members.
Is it possible to make a shortcuts icon on a upper bar which works in that way:
when I click it, on left window TC shows all files with extension mp3 which are on directory c:\xxx\
command: c:\*.mp3 doesn't work
Search: Show folder, *.MP3 files only, in left panel.
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 4
- Joined: 2015-01-22, 12:16 UTC
- Location: Poland
Two commands, focus left panel, cd folder, filter extensions
For to open that path always in the left panel,
you can e.g. write that "CD"-command to usercmd.ini, like
[em_C_xxx_MP3s]
cmd=cd "c:\xxx\*.mp3"
and then call that command from TC buttonbar together with switching the focus first to left panel:
Command: cm_FocusLeft, em_C_xxx_MP3s
you can e.g. write that "CD"-command to usercmd.ini, like
[em_C_xxx_MP3s]
cmd=cd "c:\xxx\*.mp3"
and then call that command from TC buttonbar together with switching the focus first to left panel:
Command: cm_FocusLeft, em_C_xxx_MP3s
-
- Junior Member
- Posts: 4
- Joined: 2015-01-22, 12:16 UTC
- Location: Poland
I have strange situation
When I write cd "C:\xxx\*.mp3" to place COMMAND (A on photo) and click on an icon new TAB will appear (B on photo) (with files what I want) but.... when I switch off XXX tab still I have extension *.mp3 in path line (C on photo). Also I found new line which was automatically added in wincmd.ini file
Is it any way to remove *.mp3 after I switch off XXX tab ?
http://zapisz.net/view.php?filename=164_total_000.jpg
When I write cd "C:\xxx\*.mp3" to place COMMAND (A on photo) and click on an icon new TAB will appear (B on photo) (with files what I want) but.... when I switch off XXX tab still I have extension *.mp3 in path line (C on photo). Also I found new line which was automatically added in wincmd.ini file
Is it any way to remove *.mp3 after I switch off XXX tab ?
http://zapisz.net/view.php?filename=164_total_000.jpg
See all files again Menu "Show > All Files Ctrl+F10
MrMikeHunt wrote:
Is it any way to remove *.mp3 after I switch off XXX tab ?
To show all files again use: Menu "Show > All Files Ctrl+F10"