Quantcast
Channel: How to set file association in Windows Explorer? - Super User
Viewing all articles
Browse latest Browse all 5

Answer by Lou for How to set file association in Windows Explorer?

$
0
0

Launch a command prompt.

Associate the correct file group with .py scripts:

assoc .py=Python.FileRedirect all Python files to the new executable:

ftype Python.File=C:\Path\to\pythonw.exe "%1" %*


Viewing all articles
Browse latest Browse all 5

Trending Articles