Author Topic: script does not open new window anymore  (Read 894 times)

Jean

  • Contributor
  • Active Member
  • *****
  • Posts: 103
    • View Profile
script does not open new window anymore
« 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

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4543
    • View Profile
    • Multi Commander
Re: script does not open new window anymore
« Reply #1 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

Jean

  • Contributor
  • Active Member
  • *****
  • Posts: 103
    • View Profile
Re: script does not open new window anymore
« Reply #2 on: January 23, 2025, 07:47:50 »
Works, thanks Mathias.