If you have two portable file associations that point to the same program, but one is in quotes and the other isn't, it will display both, even if the quoted one has no arguments.
For instance:
Code: Select all
+"Open In Textpad" bat;ini;java;syn;tcl;txt;xml;xsl;xys>C:\Program Files\TextPad 4\Textpad.exe
-
+"Default (Windows)" *>::Open("<curitem>","w");
+"Open In Textpad" *>"C:\Program Files\Textpad 4\Textpad.exe"
+"Open In Textpad [New Instance]" *>"C:\Program Files\Textpad 4\Textpad.exe" -m
Ideally, it should recognize that item 3 has no additional parameters and is thus the same as item 1 and not show both.
SIDE-WISH: If you noticed my PFA has a line of just "-", anyway we could use such things to create separators in the POM?
XYplorer Beta Club