Page 1 of 1

Make parameter /P consider /S (source/target instead of L/R)

Posted: 2008-07-07, 21:41 UTC
by StatusQuo
Regarding TC's command line parameters:
Help 4.a) wrote:/S Interprets the passed dirs as source/target instead of left/right (for usage with /O).
This is unfortunately ignored by parameter /P
("/O /S /P=L" or "/O /S /P=R")
- it would be useful there, too, e.g. for this function: Find same file in target panel.

Example:

Code: Select all

TOTALCMD.EXE /O /S /L=c:\source /R=c:\target /P=R
/R=c:\target: Which panel (left or right) gets set to c:\target depends on which is the inactive one.
/P=R in contrast always activates the right panel, regardless of the previous state/cursor position.

:arrow: I would expect/prefer that "/S /P=R" activates the target panel,
not unconditionally the right panel.

Posted: 2008-07-07, 22:10 UTC
by white
Support++