Page 1 of 1

[solved] Open dual pane in chosen directories and script

Posted: 14 May 2018 14:19
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.

Re: Open dual pane in chosen directories and script

Posted: 14 May 2018 18:20
by highend

Code: Select all

XYplorer.exe "E:\images||E:\flashget" /script="::focus 'PI';tab('closeothers');focus 'PI';t
ab('closeothers');loadtree <curpath>;"

Re: Open dual pane in chosen directories and script

Posted: 14 May 2018 18:25
by lian00
Thanks a lot Highend!