Search: Show folder, *.MP3 files only, in left panel.

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
MrMikeHunt
Junior Member
Junior Member
Posts: 4
Joined: 2015-01-22, 12:16 UTC
Location: Poland

Search: Show folder, *.MP3 files only, in left panel.

Post by *MrMikeHunt »

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
User avatar
Ovg
Power Member
Power Member
Posts: 755
Joined: 2014-01-06, 16:26 UTC

Post by *Ovg »

2MrMikeHunt

Command should be

Code: Select all

cd "c:\xxx\*.mp3"
It's impossible to lead us astray for we don't care even to choose the way.
#259941, TC 11.01 x64, Windows 7 SP1 x64
User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Two commands, focus left panel, cd folder, filter extensions

Post by *Stefan2 »

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



 
MrMikeHunt
Junior Member
Junior Member
Posts: 4
Joined: 2015-01-22, 12:16 UTC
Location: Poland

Post by *MrMikeHunt »

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
User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

See all files again Menu "Show > All Files Ctrl+F10

Post by *Stefan2 »

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"



 
Post Reply