HydrogenAudio

Hosted Forums => foobar2000 => 3rd Party Plugins - (fb2k) => Topic started by: Johnny Blade on 2018-10-22 03:45:31

Title: Run Service - 'Open File Location'
Post by: Johnny Blade on 2018-10-22 03:45:31
Hi all, first post here. Thanks for this excellent player!

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

Thanks in advance.
Title: Re: Run Service - 'Open File Location'
Post by: sveakul on 2018-10-22 04:11:26
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.
Title: Re: Run Service - 'Open File Location'
Post by: Johnny Blade on 2018-10-22 04:50:57
WOW!!!!! This was a very fast reply!!!!   :o

Dear sveakul, thank you very much!