Quantcast
Viewing latest article 2
Browse Latest Browse All 5

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

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

Trending Articles