Quantcast
Viewing latest article 1
Browse Latest Browse All 5

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

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 latest article 1
Browse Latest Browse All 5

Trending Articles