XYPlorer to Explorer

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Adequat
Posts: 96
Joined: 20 Jul 2007 12:03

XYPlorer to Explorer

Post by Adequat »

From XYPlorer, is there an easy way to open a folder inside Windows Explorer (as there is one in Windows Explorer to open XYPlorer)?

admin
Site Admin
Posts: 66351
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: XYPlorer to Explorer

Post by admin »

Sure, via the folder's shell context menu command Explorer.

Adequat
Posts: 96
Joined: 20 Jul 2007 12:03

Re: XYPlorer to Explorer

Post by Adequat »

This is what I would have expected. But there is no Explorer command in this context menu. There is a XYPlorer command, which is obviously useless here.
I am running XYPlorer under Windows 7 - x64.

admin
Site Admin
Posts: 66351
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: XYPlorer to Explorer

Post by admin »

Adequat wrote:This is what I would have expected. But there is no Explorer command in this context menu. There is a XYPlorer command, which is obviously useless here.
I am running XYPlorer under Windows 7 - x64.
Well, if you made XYplorer the default file manager... :)

Scripting is your friend. Something like this should open the current folder in Explorer:

Code: Select all

run "Explorer /root,""<curpath>""";

Pagat
Posts: 309
Joined: 09 Oct 2007 21:23
Location: Austria

Re: XYPlorer to Explorer

Post by Pagat »

yep, i have the following script line in my catalog to open the current folder in explorer:

Code: Select all

::open '"explorer" "<curpath>"'
OS: Windows 11, 64-bit, Version 25H2, Build 26200.8655 (10.0), AMD64
Monitor: 1/2 (Primary) Primary Screen DPI: 96 (100%)

Adequat
Posts: 96
Joined: 20 Jul 2007 12:03

Re: XYPlorer to Explorer

Post by Adequat »

When working in a x64 environment, I often have to switch to Explorer to find shell 64 bit menu entries :-(
This is why I need to have this command at hand.
Thanks for the help. However, ideally, I would need "selected_folder" rather than "<curpath>", but I can't find this command. I'm sure it must exist?...

Stefan
Posts: 1360
Joined: 18 Nov 2008 21:47
Location: Europe

Re: XYPlorer to Explorer

Post by Stefan »

Adequat wrote: I would need "selected_folder" rather than "<curpath>", but I can't find this command. I'm sure it must exist?...
They are good hidden in the help.
At the beginning I always only found them by searching for 'var' on the help index page.
XY > F1 > Advanced Topics > User Menu Commands > scroll down the page to the end


The "XYplorer Native Variables" should really become an own help entry, like the "Scripting Commands Reference" page is one.

admin
Site Admin
Posts: 66351
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: XYPlorer to Explorer

Post by admin »

Stefan wrote:
Adequat wrote: I would need "selected_folder" rather than "<curpath>", but I can't find this command. I'm sure it must exist?...
They are good hidden in the help.
At the beginning I always only found them by searching for 'var' on the help index page.
XY > F1 > Advanced Topics > User Menu Commands > scroll down the page to the end


The "XYplorer Native Variables" should really become an own help entry, like the "Scripting Commands Reference" page is one.
Not that hidden. Simply use the Index in the Help and look for "Variable" and you'll find "Variable <curpath> etc.".

gogogadgetscottOvr21
Posts: 8
Joined: 01 Dec 2009 15:31

Off topic

Post by gogogadgetscottOvr21 »

Stefan wrote:They are good hidden in the help.
I wish to volunteer to update XYPlorer help file. I am currently responsible for the PSPad help files. See http://gogogadgetscott.info/pspad/. Please let me know if I can help in a anyway.

zer0
Posts: 2676
Joined: 19 Jan 2009 20:11

Re: XYPlorer to Explorer

Post by zer0 »

It's possible to view individual sections of the help file at a click of a button (CTB or UDC), so if one needs a shortcut to a part of it then there are ways ;)
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build

j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Re: Off topic

Post by j_c_hallgren »

gogogadgetscottOvr21 wrote:
Stefan wrote:They are good hidden in the help.
I wish to volunteer to update XYPlorer help file. I am currently responsible for the PSPad help files. See http://gogogadgetscott.info/pspad/. Please let me know if I can help in a anyway.
I'm sure that jacky (and others) would welcome your help in updating the wiki (http://88.191.26.34/XYwiki/index.php/Introduction), and which is a valuable resource that has become just a bit dated in some areas...and this can be done quite easily by any user.
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

Stefan
Posts: 1360
Joined: 18 Nov 2008 21:47
Location: Europe

Re: Off topic

Post by Stefan »

gogogadgetscottOvr21 wrote:
Stefan wrote:They are good hidden in the help.
I wish to volunteer to update XYPlorer help file.
Nice offer, Scott, how kind of you :thumpsup:

admin
Site Admin
Posts: 66351
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Off topic

Post by admin »

gogogadgetscottOvr21 wrote:
Stefan wrote:They are good hidden in the help.
I wish to volunteer to update XYPlorer help file. I am currently responsible for the PSPad help files. See http://gogogadgetscott.info/pspad/. Please let me know if I can help in a anyway.
That's great, thanks! However I'm a control freak, and also use a very expensive software to write my help. I don't see how this work can be distributed over a team.

However there are other ways to contribute, e.g.:
1) write reviews: http://www.xyplorer.com/reviews_now.htm
2) write new chapters for the "Tour": http://www.xyplorer.com/tour/index.php

Post Reply