Suggestion received by email.
For info, currently QAP is using these parameters to control on what side of the TC window a new tab is created to open a new folder:
Active side:
E:\Apps\totalcmd\TOTALCMD64.EXE /O /T /S "O:\Temp"
Left side:
E:\Apps\totalcmd\TOTALCMD64.EXE /O /T /L="O:\Temp"
Right side:
E:\Apps\totalcmd\TOTALCMD64.EXE /O /T /R="O:\Temp"
To be added to add on the "target" side:
E:\Apps\totalcmd\TOTALCMD64.EXE /O /T /S /R="O:\Temp"
Info:
https://www.ghisler.ch/wiki/index.php/Co...eters#.2FO
/O Open
/T in a new tab
/S source/target (instead of right/left)
/R right (target when /S is used)