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
Catalog: Open two folder in two panes
Re: Catalog: Open two folder in two panes
Did you try the Tabsets menu?
As a script it would look like this:
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');
One of my scripts helped you out? Please donate via Paypal
Re: Catalog: Open two folder in two panes
Perfect! Thank you very much.
XYplorer Beta Club