Top "File-association" questions

A file association associates a file with an application capable of opening that file.

How do you change file association for .py Python files in XP?

When I type assoc .py I get .py=py_auto_file. When I type ftype py_auto_file I get …

python cmd windows-xp file-association
File association in Inno Setup

I am using Inno Setup and am trying to associate a program that is located in the Program Files (x86) …

inno-setup file-association
How can I get the Name of the Program associated with a file extension using Delphi?

I need to get the name of the program currently associated with a file extension for the current user. If …

windows delphi registry file-type file-association
Cross-platform way to open a file using Java 1.5

I'm using Java 1.5 and I'd like to launch the associated application to open the file. I know that Java 1.6 introduced …

java linux file-association jdk1.5
C# - File Assocation Access to the registry key 'HKEY_CLASSES_ROOT\' is denied

I currently have a program that sets file association using the registry (Note, it's a .NET 2.0 so I have to …

c# registry file-association
Use a Java application as the Default Program for a particular file type?

I have created a text editor using Java, and have it packed in a jar file using Netbeans. Now I …

java windows file-association
Visual Studio opening .xml files in Notepad

So I'm happily working on a project making heavy use of custom .xml configuration files this morning. All of a …

visual-studio-2008 file-association
How do I get the icon associated with a file type?

I have a form that displays file information in a TabControl, and I'd like the pages to have the file's …

c# icons file-association
Windows: Changing the name/icon of an application associated with a file type

I would like to associate a file type in Windows with a particular application, but I need to make it …

windows registry file-association
Get List of available Verbs (file association) to use with ProcessStartInfo in c#

I am trying to open and print files with the ProcessStartInfo class. (File can be anything but let`s assume …

c# file-association processstartinfo