Multi Commander > Support and Feedback
How to add Favorite Pairs
(1/1)
commander:
Sometimes two folders are related, and they are only used when both sides are open. Is there a way to create a folder pair
Jungle:
If I got you right, you can do it via Custom commands. E.g. write MultiScript or use Internal Commands directly.
For example:
--- Code: ---@var $path1 = 'c:\temp'
@var $path2 = 'c:\temp\22'
MC.Explorer.NewBrowser PATH="{$path1}" SIDE=LEFT
MC.Explorer.NewBrowser PATH="{$path2}" SIDE=RIGHT
--- End code ---
Then you can bind that custom command to a button on the button panel or to a hotkey, or put it to a quicklaunch bar
commander:
Thank for leading me to the whole new world. I didn't know Multi Commander is that customizable.
Is there an easy way to "activate a tab if it exists or create a new one"? Or I have to write a script to check every tabs before create it?
Jungle:
--- Quote from: commander on May 18, 2024, 08:03:15 ---Is there an easy way to "activate a tab if it exists or create a new one"? Or I have to write a script to check every tabs before create it?
--- End quote ---
I think you'll have to perform a check.
Navigation
[0] Message Index
Go to full version