Top "File-association" questions

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

How to execute Python scripts in Windows?

I have a simple script blah.py (using Python 2): import sys print sys.argv[1] If I execute my script by: …

python windows scripting command-line file-association
Open file with associated application

i want to ask for help with opening a file from c# app with associated app. I tried this: ProcessStartInfo …

c# process file-association
Add a new file association in Windows 7

With Windows XP I could use the Control Panel to add a new file extension, associate it with a program, …

windows-7 file-association
Sublime as default editor

Is there a way to set Sublime Text as the default text editor for file formats on Windows 7? Also, if …

windows windows-7 text-editor sublimetext file-association
Associate File Extension with Application

I've written a program that edits a specific filetype , and I want to give the user the option to set …

c# registry file-association
Windows is not passing command line arguments to Python programs executed from the shell

I'm having trouble getting command line arguments passed to Python programs if I try to execute them directly as executable …

python windows registry command-line-arguments file-association
How can I simply "run" lisp files

Python When I learned Python I installed it on windows with a nice gui installer and all .py files would …

windows lisp file-association sbcl
How to get icon and description from file extension using Delphi?

Basically I have a TcxGrid which will be listing various files names and I'd like to give further details based …

windows delphi icons file-association
Windows 7 file extension association

I am referring specifically to windows 7. I have code that associates a certain extension with my application as proposed by …

windows-7 file-association
How to associate a Windows application with a particular file type but share that association with other applications?

If I create a new app, and associate with, say, the .xml file extension on a particular computer, when someone …

windows xml file-extension file-association