Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Run Service - 'Open File Location' (Read 1643 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Run Service - 'Open File Location'

Hi all, first post here. Thanks for this excellent player!

Does anyone know a command for "Open File Location"?

Thanks in advance.

Re: Run Service - 'Open File Location'

Reply #1
The following service path created in Run Services will open the selected file's folder in Explorer with that file highlighted:

Code: [Select]
explorer /select, "%path%"
Name it "Open File Location" or whatever you choose.  Note that the built-in service "Open Directory" will do that too, but will not select the file just open the folder.

Re: Run Service - 'Open File Location'

Reply #2
WOW!!!!! This was a very fast reply!!!!   :o

Dear sveakul, thank you very much!