Multi Commander Support Forum

Multi Commander => Script => Topic started by: Jean on January 22, 2025, 15:29:00

Title: script does not open new window anymore
Post 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

Code: [Select]
MC.SetActivePanel PANEL=TOGGLE
MC.Explorer.NewBrowser
MC.Explorer.Goto PATH=FTP:\example.com
Title: Re: script does not open new window anymore
Post by: Mathias (Author) on January 22, 2025, 18:16:57
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

Code: [Select]
MC.Explorer.NewBrowser PATH="FTP:\example.com" SIDE=TARGET
Title: Re: script does not open new window anymore
Post by: Jean on January 23, 2025, 07:47:50
Works, thanks Mathias.