locate the file , when click it from everything

Features wanted...
Post Reply
secrethcb
Posts: 5
Joined: 17 Apr 2020 19:54

locate the file , when click it from everything

Post by secrethcb »

when click a filepath from everything(from https://www.voidtools.com), jump to the xyplorer ,
the Focus is not the file .
xyplorer has been set to the default file manager

highend
Posts: 14954
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: locate the file , when click it from everything

Post by highend »

Options - General - Context Menu - Open Path
$exec("<path to XYplorer folder>\XYplorer.exe" /feed="::if $(exists$('%1'$) == 1$) ${ goto '%1'; $} else ${ goto gpc$('%1', 'path'$); selectitems gpc$('%1', 'file'$); $}; sel '+0'; focus;")
One of my scripts helped you out? Please donate via Paypal

secrethcb
Posts: 5
Joined: 17 Apr 2020 19:54

Re: locate the file , when click it from everything

Post by secrethcb »

.oh,i will have a try ,thanks very much!

secrethcb
Posts: 5
Joined: 17 Apr 2020 19:54

Re: locate the file , when click it from everything

Post by secrethcb »

highend wrote: 17 Apr 2020 20:52 Options - General - Context Menu - Open Path
$exec("<path to XYplorer folder>\XYplorer.exe" /feed="::if $(exists$('%1'$) == 1$) ${ goto '%1'; $} else ${ goto gpc$('%1', 'path'$); selectitems gpc$('%1', 'file'$); $}; sel '+0'; focus;")
a simple script for "everthing" is $exec("<parent path>\XYplorer.exe" "%1") :appl:

Post Reply