Re: Tab groups
Posted: 03 Mar 2010 16:16
Double blessings! 
When #353 executes it pops up this msg box:zer0 wrote:This is possible if you don't mind doing a bit of manual jiggery-pokery in making it work. Here's a script:So the principle is simple. It closes all your current tabs but one and then opens a new set as per your defined locations. Alternatively, you could fire up several instances of XYplorer using different INIs in switches and each instance would its own set of tabs.Code: Select all
#353; goto "ENTER YOUR TAB LOCATION HERE"; #340; goto "ENTER YOUR TAB LOCATION HERE"; ...

Take #352 instead (= "Close all tabs but the current one that are not locked nor have a Home set. No confirmation prompt!").Mr_Inc wrote:When #353 executes it pops up this msg box:zer0 wrote:This is possible if you don't mind doing a bit of manual jiggery-pokery in making it work. Here's a script:So the principle is simple. It closes all your current tabs but one and then opens a new set as per your defined locations. Alternatively, you could fire up several instances of XYplorer using different INIs in switches and each instance would its own set of tabs.Code: Select all
#353; goto "ENTER YOUR TAB LOCATION HERE"; #340; goto "ENTER YOUR TAB LOCATION HERE"; ...
How can I bypass or auto-respond to this msg box in the script? I've got the script assigned to a User Button on the toolbar to open a set of tabs (folders) and it would be much better if the script just "executed" without prompting.
Thank you! Perfect!admin wrote: Take #352 instead (= "Close all tabs but the current one that are not locked nor have a Home set. No confirmation prompt!").