Tagged Questions
1
vote
2answers
282 views
How do I prevent Visual Studio 2010 from hijacking my file associations?
VS 2010 seems to automatically restore its file associations to the default whenever I run it. If I exit VS, and associate a file extension to another application, re-opening VS will hijack that file ...
0
votes
1answer
238 views
associate iphone application extension like somefile.my.txt
In an iPhone application I am dealing with files that have a double extension like *.my.txt
Thanks to tips found here, I've successfully associated *.txt with my app, but am unable to associate ...
0
votes
1answer
686 views
Associate Extensions in Windows CE
How can I associate an extension of a file to an program in Windows CE? It's so boring to run my Python programs using cmd. If I associate Python with my *.py files I'm going to run my program faster. ...