Page 2 of 2
Re: specify separate paths per pane in .lnk
Posted: 18 Apr 2018 10:16
by admin
To specify separate startup directories for both panes you can pass double pipe separated paths to XY via the command line, e.g.:
Code: Select all
"C:\Program Files (x86)\XYplorer\XYplorer.exe" C:\||D:\
Re: specify separate paths per pane in .lnk
Posted: 18 Apr 2018 13:17
by rhino
admin wrote:To specify separate startup directories for both panes you can pass double pipe separated paths to XY via the command line, e.g.:
Code: Select all
"C:\Program Files (x86)\XYplorer\XYplorer.exe" C:\||D:\
thanks, great !
the script method works fine too, but this is more intuitive.
appreciate both,
rhino
Re: specify separate paths per pane in .lnk
Posted: 14 May 2018 14:02
by lian00
At last, I find how to manage this. Thanks a lot.