Re: how to associate files with application

2005-11-03 Thread Ashok
Thanks Lasse, that was really helpful -- http://mail.python.org/mailman/listinfo/python-list

Re: how to associate files with application

2005-10-29 Thread Lasse Vågsæther Karlsen
Dennis Lee Bieber wrote: > On Fri, 28 Oct 2005 09:48:27 -0400, "Colin J. Williams" > <[EMAIL PROTECTED]> declaimed the following in comp.lang.python: > > > >>I'm no Windows expert but I think that, using Windows Explorer, one can, >>with a right mouse click, select "Open With". There are seve

Re: how to associate files with application

2005-10-28 Thread Colin J. Williams
Lasse Vågsæther Karlsen wrote: > Ashok wrote: > >> hi, >> i want to know how to make a specific type of file open in an >> application i developed in python when the user clicks on the file.(in >> windows) for eg. a .txt file when clicked opens in notepad, a .doc file >> when clicked opens in MS-w

Re: how to associate files with application

2005-10-28 Thread Lasse Vågsæther Karlsen
Ashok wrote: > hi, > i want to know how to make a specific type of file open in an > application i developed in python when the user clicks on the file.(in > windows) for eg. a .txt file when clicked opens in notepad, a .doc file > when clicked opens in MS-word. In the same way i want to make a .xy

Re: how to associate files with application

2005-10-27 Thread jmdeschamps
Ashok wrote: > hi, > i want to know how to make a specific type of file open in an > application i developed in python when the user clicks on the file.(in > windows) for eg. a .txt file when clicked opens in notepad, a .doc file > when clicked opens in MS-word. In the same way i want to make a .x

how to associate files with application

2005-10-27 Thread Ashok
hi, i want to know how to make a specific type of file open in an application i developed in python when the user clicks on the file.(in windows) for eg. a .txt file when clicked opens in notepad, a .doc file when clicked opens in MS-word. In the same way i want to make a .xyz file open in the appl