Changes

Jump to navigation Jump to search
12 bytes removed ,  11:11, 31 July 2015
Line 96: Line 96:  
<syntaxhighlight lang="reg" overflow:auto;">
 
<syntaxhighlight lang="reg" overflow:auto;">
   −
Windows Registry Editor Version 5.00
+
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Python.CompiledFile\shell\open\command]
+
[HKEY_CLASSES_ROOT\Python.CompiledFile\shell\open\command]
@="\"C:\\Python27\\python.exe\" \"%1\" %*"
+
@="\"C:\\Python27\\python.exe\" \"%1\" %*"
   −
Windows Registry Editor Version 5.00
+
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Python.File\shell\open\command]
+
[HKEY_CLASSES_ROOT\Python.File\shell\open\command]
@="\"C:\\Python27\\python.exe\" \"%1\" %*"
+
@="\"C:\\Python27\\python.exe\" \"%1\" %*"
   −
Windows Registry Editor Version 5.00
+
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Python.CompiledFile\shell\open\command]
+
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Python.CompiledFile\shell\open\command]
@="\"C:\\Python27\\python.exe\" \"%1\" %*"
+
@="\"C:\\Python27\\python.exe\" \"%1\" %*"
   −
Windows Registry Editor Version 5.00
+
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Python.File\shell\open\command]
+
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Python.File\shell\open\command]
@="\"C:\\Python27\\python.exe\" \"%1\" %*"
+
@="\"C:\\Python27\\python.exe\" \"%1\" %*"
    
</syntaxhighlight>
 
</syntaxhighlight>
733

edits

Navigation menu