custom fileassoc priority

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
pupi
Posts: 2
Joined: 05 Mar 2018 07:14

custom fileassoc priority

Post by pupi »

Hello.
I cant found how to set a priority for custom file association... for example all .exe extensions I need optionally open in custom software, but not broke default executable priority in same time. At first executable as by default, second open with I want.

thanks

jupe
Posts: 3478
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: custom fileassoc priority

Post by jupe »

The order they are in in the list is the priority order, top to bottom, if you only want a association to be shown in the open with list, not loaded by default prefix it with a pipe symbol = |

pupi
Posts: 2
Joined: 05 Mar 2018 07:14

Re: custom fileassoc priority

Post by pupi »

thanks :) something so simple cant be found anywhere ...even in help file

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

Re: custom fileassoc priority

Post by highend »

You mean the usage of the pipe symbol? Ofc it is
You can define associations that should only be listed in the POM, but not be triggered on "open". It's done by simply prefixing the | (pipe) character to the PFA. The following example allows you to have this PFA enabled and listed in the POM:
|exe;dll>::copytext <curname> <curver>
while double-clicking an EXE file will still run the EXE, and not the PFA.
Execute this from the address bar:

Code: Select all

help "idh_pom.htm";
One of my scripts helped you out? Please donate via Paypal

Post Reply