2MVV
Bingo! now working fine! Thank a lot!
tcinc: Tiny internal commands launcher
Moderators: Hacker, petermad, Stefan2, white
2MVV
It seems that program ignore commands without cm_ or em_ prefixes.
e.g.
OPENTABS
APPENDTABS
LOADSEARCH
OPENBAR
MULTIRENAME
SELECTFILES
CM_WAIT and so on
It is by design or it is a bug?
It seems that program ignore commands without cm_ or em_ prefixes.
e.g.
OPENTABS
APPENDTABS
LOADSEARCH
OPENBAR
MULTIRENAME
SELECTFILES
CM_WAIT and so on
It is by design or it is a bug?
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
#259941, TC 11.01 x64, Windows 7 SP1 x64
These commands can't be sent to TC, it is not a tcinc issue. I've asked Christian to allow executing these commands as EM-commands but with no luck...
However you can define proxy EM-commands for these commands, e.g.:
But I don't know how it will help because these commands want parameters, and tcinc can't pass them.
To be honest, latest TC 9 betas support calling CM_* commands with parameters as EM-commands but they are useless w/o parameters, and most such commands are not listed in TOTALCMD.INC.
However you can define proxy EM-commands for these commands, e.g.:
Code: Select all
[em_MultiRename]
cmd=MULTIRENAME
param=%A
To be honest, latest TC 9 betas support calling CM_* commands with parameters as EM-commands but they are useless w/o parameters, and most such commands are not listed in TOTALCMD.INC.