How to activate more than one TC function

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
rxyzzy
Junior Member
Junior Member
Posts: 15
Joined: 2003-12-04, 20:45 UTC

How to activate more than one TC function

Post by *rxyzzy »

I would like to create a either a menu or a button item that would make both left and right panels go up one directory. One way to do that would be to create a menu or button item that would do all of the following: cm_GoToParent; cm_Exchange; cm_GoToParent; cm_Exchange

Is something like this possible? Or how to make TC go up one directory on both left and right panels?

Another question: what is the cm_xxx command that is equivalent to <Tab> in operation where the active panel is switched? The cm_Exchange swaps the panels.

Thanks, rxyzzy
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3864
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

Sorry, scripting (batch processing with internal commands) is not supported right now.
To find a workaround for this lack, use the powerful search function at this forum with keyword "scripting" or "batch"
make both left and right panels go up one directory
the cm_SyncChangeDir will follow the directory changes on the opposite panel (as long as the name of the directory is identical)
#5767 Personal license
Post Reply