'Open Path' not working
-
- Posts: 22
- Joined: Mon Dec 02, 2013 1:48 pm
'Open Path' not working
When right clicking on a file in Everything and selecting 'Open Path', Everything does not open a folder to that file's location, instead it opens to my user folder, the file I right clicked and selected open path is NOT in my user folder
Re: 'Open Path' not working
You may not have the necessary rights for the file or folder
Re: 'Open Path' not working
Options | General | Context Menu -> Open Path.
What does the Command: show?
What does the Command: show?
-
- Posts: 22
- Joined: Mon Dec 02, 2013 1:48 pm
Re: 'Open Path' not working
$exec("%SystemRoot%\explorer.exe" /select,"%1")
Re: 'Open Path' not working
My end, XP shows, different.
Give it a try & see what happens?
From a C: prompt, your Command: works for me.
Opens the Mozilla directory, focuses on sessionstore.json.
Give it a try & see what happens?
Code: Select all
$openpath("%1")
From a C: prompt, your Command: works for me.
Code: Select all
C:\> explorer.exe /select,"C:\Mozilla\sessionstore.json"
Re: 'Open Path' not working
Please try changing your open path command to $exec($parent("%1"))
- In Everything, from the Tools menu, click Options.
- Click the Context menu tab.
- Select Open Path.
- Change the command to:
$exec($parent("%1")) - Click OK.