Hi,
Tabs are so handy, I wish I could load a specific tab group with a parameter in a shortrcut to the x2 exefile.
i.e. C:\Program Files\xplorer2\xplorer2_UC.exe /Tab:DVD
i.e. C:\Program Files\xplorer2\xplorer2_UC.exe /Tab:MP3
so I can load a Tab set for the things I am going to do.
I know I can load them in X2 and I do so, but this would be even more nice.
Thanks, Luke
Feature request: Loading a tab group as startup parameter
Moderators: fgagnon, nikos, Site Mods
-
- Member
- Posts: 39
- Joined: 2004 Nov 23, 10:00
-
- Silver Member
- Posts: 263
- Joined: 2004 Nov 05, 19:33
Although this can't be done as you describe it, it can be done indirectly.
Open up xplorer2 and set it up precisely in the way that you want it - then save the layout by using the menuBar -> Window -> Save Layout
I called my layout 'Normal'. Then, when you want to launch xplorer2 using that layout (aka when you want xplorer to start with those tabs), send xplorer the command line parameter "/S:Normal". My full cmdLine looks like this (treat it as one line)
This layout would then be what you called your 'tab set', and could be loaded using a windows shortcut (I use a global file shortcut, Ctrl + x, which executes the cmdLine above - VERY handy!).
Open up xplorer2 and set it up precisely in the way that you want it - then save the layout by using the menuBar -> Window -> Save Layout
I called my layout 'Normal'. Then, when you want to launch xplorer2 using that layout (aka when you want xplorer to start with those tabs), send xplorer the command line parameter "/S:Normal". My full cmdLine looks like this (treat it as one line)
Code: Select all
:%ProgramFiles%\zabkat\xplorer2\xplorer2_UC.exe /S:Normal /R:::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
-Thracx
"Man wants to know, and when he ceases to do so, he is no longer a man."
-Fridtjof Nansen
"Man wants to know, and when he ceases to do so, he is no longer a man."
-Fridtjof Nansen
-
- Site Admin
- Posts: 16295
- Joined: 2002 Feb 07, 15:57
- Location: UK
-
- Member
- Posts: 39
- Joined: 2004 Nov 23, 10:00