Page 1 of 1
[SOLVED] how to reset tabs at each startup
Posted: 23 Nov 2017 00:35
by dav999
Hi
all is in the subject, i would like to do not have the tabs from the previous session on the next startup.
In fact i just want to have one tab with the base folder, is that possible ?
Thanks
David
Re: Stupid question, how to reset tabs at each startup
Posted: 23 Nov 2017 03:03
by kunkel321
I'm sure that this can be scripted. Our local gurus will know how. Once you have a script saved as an .xys file, you can put an icon on your desktop that opens xyplorer using the Command Line Switch for running scripts at start up. (Search the help file for Command Line Switches.)
Also note: I see if you right-click a tab, there is a command for "Close all other tabs." You can assign a hotkey if you want.
Re: Stupid question, how to reset tabs at each startup
Posted: 23 Nov 2017 04:11
by highend
Code: Select all
XYplorer.exe /script=":: tab('new', '<the path you want the tab to point to...>'); tab('closeothers');"
Re: Stupid question, how to reset tabs at each startup
Posted: 23 Nov 2017 11:13
by admin
If you go to Configuration | General | Startup & Exit | Include most-recently-used lists on save and untick "Tabs" in the list under the Apply To button, you will startup with a single "This PC" tab on each pane.
Re: Stupid question, how to reset tabs at each startup
Posted: 23 Nov 2017 22:32
by dav999
Hi guys,
thanks, yes i didn't see the list, excellent now it's working.
Thanks for your job
David