File Extensions Association

From OS2World.Com Wiki
Revision as of 14:13, 5 May 2016 by Martini (talk | contribs)
Jump to navigation Jump to search

On OS/2 and eComStation you can also (like other OSes) associate a file extension to an specific application to open that file.

Alternative 1 - Associating File Types

Let's suppose we have this program called "PMDLL.EXE" and we want all *.DLL files associated to this program, so when you double click a DLL file you will open it.

One alternative is to grab the "PMDLL.EXE" and do a right-click on it and select "Properties". On the properties you can select "Association" tab and associate PMDLL.EXE with a "File Type" listed there, on this case is "Dynamic Link Library".


There is another alternative, instead of putting the "Association" to the .EXE file, you can put it to the PMDLL "shadow object" on your desktop.


After doing that, we can select a DLL file, go to "Settings" and select its "Type", on this case it is "Dynamic Link Library".

You will notice now that PMDLL.EXE is associated to open that DLL file.