[solved] Open dual pane in chosen directories and script

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
lian00
Posts: 368
Joined: 09 Jul 2014 17:12

[solved] Open dual pane in chosen directories and script

Post by lian00 »

Hello,
I used this argument to open XYPlorer with chosen directories in tabs

Code: Select all

/script="::tab('new', 'E:\images'); tab('closeothers'); tab('new', 'E:\flashget');loadtree "<curpath>"; "
But I want now open them in the two panes. If I put in argument

Code: Select all

E:\images||E:\flashget
the panes are opening correctly but how to retrieve the different elements of the script ? (loadtree, close other tabs…)?

Thanks for your help.
Last edited by lian00 on 14 May 2018 18:25, edited 1 time in total.
Windows 10 64 bits

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Open dual pane in chosen directories and script

Post by highend »

Code: Select all

XYplorer.exe "E:\images||E:\flashget" /script="::focus 'PI';tab('closeothers');focus 'PI';t
ab('closeothers');loadtree <curpath>;"
One of my scripts helped you out? Please donate via Paypal

lian00
Posts: 368
Joined: 09 Jul 2014 17:12

Re: Open dual pane in chosen directories and script

Post by lian00 »

Thanks a lot Highend!
Windows 10 64 bits

Post Reply