[Req] CommandLine and cmd parameters consistence

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
nsp
Power Member
Power Member
Posts: 1912
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

[Req] CommandLine and cmd parameters consistence

Post by *nsp »

Let me describe :

I create a button with :
cmd:cd
parameters: \*.zip *.rar *.ace *.%E

I got my folder filtered if i click on the button !

If i type cd \*.zip *.rar *.ace *.%E (the same) on the command line !
I got nothing !!!!

It is the same with the SendMessage With #CD CopyData message !

If i create a command called em_CD
command: cd
parameters: \%A

if i type em_cd *.zip *.rar i got the right filter......

But now in the command line, %E %T %L ...... are not replaced with what i got from the button !


and it is the same with the SendMessage With #EM CopyData message !

-------------------------------------------------------------

Is it possible to have the same behavior for all :
  • extended command,
    button definition,
    command line,
    CopyData messages
having %F %P %T %E ...... all interpreted !
By th way TC is really the best fileManager i've ever used, i just want it to be better ... :roll:
Post Reply