open multiple tabs from catalog

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
calude
Posts: 355
Joined: 13 Aug 2008 10:16
Location: Switzerland
Contact:

open multiple tabs from catalog

Post by calude »

Hi

How would you open 4-5 different location from one catalog item

separating path by ; doesnt work,

this would be very useful for opening a group of folders I am regularly working with

have a nice Day

Calude

zer0
Posts: 2676
Joined: 19 Jan 2009 20:11

Re: open multiple tabs from catalog

Post by zer0 »

This is not difficult to do using a script:

Code: Select all

#340;
 goto "Insert Location Here";
 #340;
 goto "Insert Location Here";
 ...
Repeat the "#340" and "goto" combination for all your tabs and you're good to go. It may not be the most efficient way, but it works :)

P.S. As always, please don't forget a space at the beginning of the each line (starting with 2nd) of your script, so XY knows it's one script instead of many. May sound obvious, but it did cause issues in the past.
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build

Post Reply