Page 1 of 1

Catalog: Open two folder in two panes

Posted: 27 Mar 2012 10:34
by Gogolo
Hi

Sorry I have searched, but can't find it: Can I add a Item (or a script?) that opens two different folders in two panes? Say I have setup a configuration of two panes and want to return to this with one click.

(Sorry english is bad).
Thanks
Olivier

Re: Catalog: Open two folder in two panes

Posted: 27 Mar 2012 10:40
by highend
Did you try the Tabsets menu?

As a script it would look like this:

Code: Select all

	focus('P2');
	goto('D:\Users\%username%\Documents');
	focus('P1');
	goto('D:\Users\%username%\Downloads');

Re: Catalog: Open two folder in two panes

Posted: 27 Mar 2012 11:18
by Gogolo
Perfect! Thank you very much.