Hey
How can I make a toolbar icon which navigate to a specific folder with one click but only on the RIGHT tab? (or the current active tab)
I use this now, but this command change both left and right tabs to this folder when I click on it.
Image: http://i.imgur.com/CnDvILz.png
Toolbar Icon shortcut to a folder on the Right tab - How?
Moderators: Hacker, petermad, Stefan2, white
To change a path only in the active panel, don't set any Start path. Any folder you specify there will be set in the inactive panel.
To change a path in the right panel (regardless of whether it is active or not), set the Command to:
For more info, press F1 in that configuration dialog.
To change a path in the right panel (regardless of whether it is active or not), set the Command to:
Code: Select all
%COMMANDER_EXE% /O /R="d:\!Irni\FTP\Dropbox"
Windows 10 Pro x64, Windows 11 Pro x64
BullFrog,
When you're using cd command, you set new path for active panel (right after cd command) and new path for inactive panel (in Start path field).
Your button sets both paths that's why it changes both panels' paths. You should clear Start path field in order to change active panel's path only.
When you're using cd command, you set new path for active panel (right after cd command) and new path for inactive panel (in Start path field).
Your button sets both paths that's why it changes both panels' paths. You should clear Start path field in order to change active panel's path only.