[solved] Open dual pane in chosen directories and script
Posted: 14 May 2018 14:19
Hello,
I used this argument to open XYPlorer with chosen directories in tabs
But I want now open them in the two panes. If I put in argument
the panes are opening correctly but how to retrieve the different elements of the script ? (loadtree, close other tabs…)?
Thanks for your help.
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>"; "Code: Select all
E:\images||E:\flashgetThanks for your help.