One thing I truly miss from Windows Explorer is the ability to open a new instance with a particular folder as the root of the tree. It's a wonderful way to focus on a particular folder branch.
It's usually implemented with a registry tweak and the Explorer command line switch "/root", i.e.
C:\Windows\explorer.exe /root, "%1"
Would very much like to see this in a future version of XY.
Alternately, if we had a "/root" switch that functioned the same as that in Windows Explorer, we could create a similar registry tweak. I'd prefer to have it built into XY though, as messing with the registry is always risky.
Add "Explore from here"
-
mwoffenden
- Posts: 96
- Joined: 23 Feb 2009 22:13
- Location: Boston, MA USA
- Contact:
Add "Explore from here"
Michael D. Woffenden, Information Results Corporation
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Add "Explore from here"
You can use command-line switch to do this. For example you can select a folder and run this from address bar:
You will get a new instance of XY with the selected folder as root folder.
Code: Select all
::open """<xypath>/XYplorer.exe"" /ini=XYplorer.ini <curitem>";
-
mwoffenden
- Posts: 96
- Joined: 23 Feb 2009 22:13
- Location: Boston, MA USA
- Contact:
Re: Add "Explore from here"
This switch, however, does not appear to do what I need. I need to start XY with a folder at the absolute root of the tree -- i.e. no higher folders are visible in the tree.
Michael D. Woffenden, Information Results Corporation
-
Gandolf
Re: Add "Explore from here"
What mwoffenden wants is to root to a particular folder i.e. if the command line to start XY is something like "C:\Program Files\XYplorer\XYplorer.exe /R:C:\Program Files\" then only directories below C:\Program Files\ are accessible and those above are not. Hence, C:\Windows would not be accessible (neither would any other drive), but C:\Program Files\AutoHotkey\ would be. The /R switch is what x² uses.
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Add "Explore from here"
Oh i see! I was not aware of such an option at all in WE. Sounds like minitree kind of thing but with an important difference; "Hide higher folders".
One workaround is to turn on minitree and add current minitree to catalog as category.
One workaround is to turn on minitree and add current minitree to catalog as category.
-
mwoffenden
- Posts: 96
- Joined: 23 Feb 2009 22:13
- Location: Boston, MA USA
- Contact:
Re: Add "Explore from here"
I could not figure out how to do that.serendipity wrote:... add current minitree to catalog as category.
Michael D. Woffenden, Information Results Corporation
-
admin
- Site Admin
- Posts: 66324
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Add "Explore from here"
When in MiniTree mode: R-click catalog / Insert as new category here / Current Mini Tree.mwoffenden wrote:I could not figure out how to do that.serendipity wrote:... add current minitree to catalog as category.
That sort of root folder setting is not supported nor planned in XY, sorry.
Don
FAQ | XY News RSS | XY X
-
mwoffenden
- Posts: 96
- Joined: 23 Feb 2009 22:13
- Location: Boston, MA USA
- Contact:
Re: Add "Explore from here"
Thanks, I tried this and it's nice. Wondering if there is a way to have mini-tree mode "switched on" before navigating to the item?admin wrote:When in MiniTree mode: R-click catalog / Insert as new category here / Current Mini Tree.
Thanks for your comment, Don. Hoping you can keep an open mind on this feature, and see what other users comment on the topic. Being able to open a new window with a folder at the root of the tree really is fabulous.admin wrote:That sort of root folder setting is not supported nor planned in XY...
Michael D. Woffenden, Information Results Corporation
-
admin
- Site Admin
- Posts: 66324
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Add "Explore from here"
No, but you can simply leave Mini Tree on all the time. Works great for me.mwoffenden wrote:Thanks, I tried this and it's nice. Wondering if there is a way to have mini-tree mode "switched on" before navigating to the item?admin wrote:When in MiniTree mode: R-click catalog / Insert as new category here / Current Mini Tree.
FAQ | XY News RSS | XY X
-
mwoffenden
- Posts: 96
- Joined: 23 Feb 2009 22:13
- Location: Boston, MA USA
- Contact:
Re: Add "Explore from here"
So I've been trying this approach for several days, and it's working very well for me. Not a replacement for "explore from here", mind you, but very good nonetheless.admin wrote:...you can simply leave Mini Tree on all the time. Works great for me.
I'm using a script to access commonly used folders. When I encounter a common folder not in the catalog, I add it in and next time it's available with 1-click. Very nice and thanks for the tip!
Michael D. Woffenden, Information Results Corporation
XYplorer Beta Club