How to set cursor + focus to specific path+file, internally?

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
shula
Junior Member
Junior Member
Posts: 8
Joined: 2009-06-12, 07:30 UTC

How to set cursor + focus to specific path+file, internally?

Post by *shula »

How can I instruct TC to set the cursor & focus (but not select) an arbitrary path+file, internally?

Like the command line option:

Code: Select all

TOTALCMD64.EXE /o /R=C:\path\file
But If there are multiple instances, I can’t trust the right instance would be activated.

Similar > with keyboard: ctrl+right/left arrow, if the source is the same as desired target
(but I don’t know how to activate it from a script / button / etc. with parameters)

Why?
I’m trying to build a rudimentary music player, and each time the next song starts, it focuses the current playing file, in the playlist's panel (right or left, depends where it was started from)

If the environment has a single-instance, I'll do it from the cmdline (But I still don't not know which panel side was the original though).
Post Reply