Multi Commander Support Forum
Multi Commander => Script => Topic started by: Jean on January 22, 2025, 15:29:00
-
Hi Mathias,
This used to create a new tab in the other panel but currently it uses an old one, regression maybe?
Thanks
MC.SetActivePanel PANEL=TOGGLE
MC.Explorer.NewBrowser
MC.Explorer.Goto PATH=FTP:\example.com
-
Have not check yet But if you run multiple custom command. the script type must be multiscript.
But you should be able to do all in one go.
like
MC.Explorer.NewBrowser PATH="FTP:\example.com" SIDE=TARGET
-
Works, thanks Mathias.