Page 1 of 1
Dual startup path not working in 26.4
Posted: 15 Sep 2024 20:43
by ziongates
Dual startup path not working in 26.4 and use to work in v21.
Please add command line switches for /left and /right to pass paths on open.
You can inject a Dual Startup Path (one path for each pane) into the running or a new instance (depending on your settings) by passing two paths separated by a double-pipe (||). Example:
XYplorer.exe "C:\||D:\"
Re: Dual startup path not working in 26.4
Posted: 15 Sep 2024 20:58
by ziongates
Also implement script option for setting source or destination path in list with options for using existing tab or not.
Re: Dual startup path not working in 26.4
Posted: 15 Sep 2024 21:11
by ziongates
Also is toggle active pane scriptable?
Re: Dual startup path not working in 26.4
Posted: 15 Sep 2024 22:07
by jupe
Dual path works fine for me, are you definitely using it exactly like the example you gave, incl quotes? Or do you mean set via config(no quotes)? Are you trying in an active instance or loading XY with that cmd/conf?
Regarding the scripts, it's already possible, using goto, or tab(new) both of which can also currently be used in lieu of /left /right.
Toggle active pane script: #802; or maybe more useful for you focus cmd with params.
Re: Dual startup path not working in 26.4
Posted: 16 Sep 2024 14:11
by ziongates
Evidently my quotes got messed up so the commandline XYplorer.exe "C:\||D:\" works. Thanks.
On another note I created a simple script but even when I try running it a window pops up with the lines of the script.
Even with Step mode disabled the window pops up which is annoying, I just want the script to run.
Re: Dual startup path not working in 26.4
Posted: 16 Sep 2024 14:24
by highend
Sounds like wrong line indentation