Page 1 of 1

open multiple tabs from catalog

Posted: 26 Oct 2009 13:10
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

Re: open multiple tabs from catalog

Posted: 26 Oct 2009 13:21
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.