Hello,
I suppose it's a dumb question but I did not find the info: I want to launch XYplorer with two selected directories in two tabs. How to get this ?
launch XYplorer with different tabs
launch XYplorer with different tabs
Windows 10 64 bits
Re: launch XYplorer with different tabs
Just open XY, configure two tabs, choose your directories, save settings?
Or does launch mean: These directories can be different each time?
If that's true, help file, Configuration - Command Line Switches
You'd need the /script option, e.g. like:
Or does launch mean: These directories can be different each time?
If that's true, help file, Configuration - Command Line Switches
You'd need the /script option, e.g. like:
Code: Select all
XYplorer.exe /script="::tab('new', 'C:\Windows'); tab('new', 'C:\Users');"One of my scripts helped you out? Please donate via Paypal
Re: launch XYplorer with different tabs
Thanks.
The first solution is not the good one as I need to get the same directories at each launch.
I suppose the script solution is the one I have to look at.
The first solution is not the good one as I need to get the same directories at each launch.
I suppose the script solution is the one I have to look at.
Windows 10 64 bits
Re: launch XYplorer with different tabs
As I needed to close all previously open tabs, I put
Code: Select all
/script="::tab('new', 'E:\images');tab('closeothers'); tab('new', 'E:\flashget');"Windows 10 64 bits
Re: launch XYplorer with different tabs
Thanks highend, this is something I also want to do but... it wan't obvious enough how.
Re: launch XYplorer with different tabs
Sorry, I did not understant what you meaned. Did you manage to obtain what you needed ?Papoulka wrote:Thanks highend, this is something I also want to do but... it wan't obvious enough how.
Windows 10 64 bits
XYplorer Beta Club