Page 1 of 1

"Types" configuration utility for Windows XP and V

Posted: Thu Jun 19, 2008 12:50 pm
by Ameri-CAIN
Description straight from the application homepage...
“Types” is a free and lightweight configuration utility for Windows XP and Vista that allows you to edit program associations, icons, context menus and other properties of various file types displayed in Windows Explorer.
Website Home Page:
http://types.sourceforge.net/

Download Link:
http://downloads.sourceforge.net/types/ ... .1-bin.zip

Screenshot:
Image

Posted: Thu Jun 19, 2008 12:57 pm
by ashghost
Requires .Net, by the way.

If you want to use it, make sure you edit the configuration txt files in the "conf" subdirectory that seem to use improper line-feed encoding, or you may get an unhandled exception.

One looks something like

Code: Select all

XXXXX.dllWWWWW.dllYYYYY.dllZZZZZ.dll
when it should look like

Code: Select all

XXXXX.dll
WWWWW.dll
YYYYY.dll
ZZZZZ.dll
I don't feel like looking for the actual names of the DLLs. :)

Posted: Thu Jun 19, 2008 1:43 pm
by Ameri-CAIN
I apologize 100% for placing this in the Software submission forum. I just realized it was dependent on .NET.