XYplorer Open Path command

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
gggirlgeek
Posts: 52
Joined: Tue Dec 28, 2010 4:54 pm

XYplorer Open Path command

Post by gggirlgeek »

Hello,

Just a tip for anyone using XYplorer. To get it to select the file when you open a parent folder here is a way to do it.

XYplorer: How to focus a file from external command prompt

In Everything>>Options>>Context menu>>Open Path (and Explore Path) put:

Highend said:

Code: Select all

$exec("C:\Program Files (x86)\XYplorer\xyplorer.exe" "%1")
_______________________________
Change the path above to make it portable and put it in your Xyplorer folder.
Last edited by gggirlgeek on Mon May 12, 2014 1:15 am, edited 3 times in total.
gggirlgeek
Posts: 52
Joined: Tue Dec 28, 2010 4:54 pm

Re: XYplorer Open Path command

Post by gggirlgeek »

All else in Everything's options would be

Code: Select all

$exec("%1")
This is assuming you have ENABLED Xyplorer>>Tools>>Configuration>>Shell Integration>>"Xyplorer is default file manager"

If NOT ENABLED, use the code below. The Open/Explore Path commands are the same as in post above:

Code: Select all

$exec($parent("%1"))
Post Reply