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

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

$
0
0

On my system (Win7 x64, Anaconda2 and Anaconda3 installed), I needed to modify

[HKEY_CLASSES_ROOT\py_auto_file\shell\open\command]

by putting something like

"C:\Anaconda3\python.exe""%1" %*

in the default entry.

By the way, %* is useful for passing optional arguments to your Python scripts.


Viewing all articles
Browse latest Browse all 5

Trending Articles