Page 1 of 1

Internal associations not fully supported for *.bat, others

Posted: 2019-04-24, 12:07 UTC
by DrShark
Some Internal associations features don't work for *.bat (seems also *.exe, maybe others):
1) it's not possible to set an app (like Editor) for default Open action (system association is used instead);
2) it's not possible to set a custom icon for such extensions.

Both issues confirmed with *.bat and customname.bat as Internal associations extensions (using customname.bat as an extension is a nice way to define custom icon and/or association to certain file name.)

Note: internal associations for *.bat/customname.bat defined as additional actions (present as internal context menu items) work as expected.

Re: Internal associations not fully supported for *.bat, others

Posted: 2019-04-25, 09:40 UTC
by ghisler(Author)
Yes, *.bat *.exe are excluded from redefinition so you don't accidentally disable opening of programs.
This is necessary because users can define very broad rules like
*.*
or
*.e*

which would include exe files too.

Re: Internal associations not fully supported for *.bat, others

Posted: 2019-04-25, 12:54 UTC
by DrShark
Please let such redefinition (enabled using additional ini option) for those who know what they are doing. BTW, even Windows Explorer allows to set editor as default app for bat files.