Author Topic: Enumerate Open Explorer tabs  (Read 6616 times)

AlanJB

  • VIP Member
  • *****
  • Posts: 432
  • VERY old Programmer
    • View Profile
Enumerate Open Explorer tabs
« on: April 30, 2016, 18:08:39 »
Is there a way to Enumerate all open Explorer tabs?

For example, if I have (say) 6 open, locked tabs in the left panel and I want to unlock them all.

I have a Multi Script that works, but it relies on a fixed number of open tabs.

Alternatively, is there a way to close all tabs without being prompted to unlock each locked tab?

TIA

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: Enumerate Open Explorer tabs
« Reply #1 on: May 01, 2016, 13:38:24 »
Not currently.. 
But I can add some option to the next version

Like. 
MC.CloseAllTabs DONOTASK
or something like that.   or FORCE , or something

AlanJB

  • VIP Member
  • *****
  • Posts: 432
  • VERY old Programmer
    • View Profile
Re: Enumerate Open Explorer tabs
« Reply #2 on: May 01, 2016, 16:56:19 »
Thanks Mathias.

"MC.CloseAllTabs DONOTASK " was exactly the kind of functionality  I was hoping for.

Looking forward to the next release  :D