I know I'm going to feel really stupid when I get the answer but I have been searching for 2 days and can't figure this out.
I'm using Everything search engine. How do I mimic the behavior of Explorer's command:
Code: Select all
$exec("explorer.exe" /select,"%1")Everything offers variables %1, $namepart, $parent, and $=escape for it's "Open Path" command. Here's the closest I've come (Don't laugh!!)
Code: Select all
$exec($parent("A:\MyData\XYplorer\xyplorer.exe" "%1")$namepart("::sel"))
XYplorer Beta Club