Philippe C. Martin wrote:
> I forgot to mention that I want to do it automatically from my application's
> installer.

Calling the "assoc" and "ftype" commands is one approach.  Try them with 
the existing settings to see how standard Python sets them up:

c:\> assoc .py
.py=Python.File

c:\> ftype Python.File
...

Use "assoc /?" or "ftype /?" for help.

-Peter
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to