Page 1 of 1

custom fileassoc priority

Posted: 05 Mar 2018 07:27
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

Re: custom fileassoc priority

Posted: 05 Mar 2018 07:31
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 = |

Re: custom fileassoc priority

Posted: 05 Mar 2018 08:20
by pupi
thanks :) something so simple cant be found anywhere ...even in help file

Re: custom fileassoc priority

Posted: 05 Mar 2018 08:26
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";