[PythonCE] Running scripts by double clicking

Isr Gish isrgish at fastem.com
Thu Jul 15 04:59:44 CEST 2004


Hi David,
I think that this line:
SetValue(Key, None, REG_SZ, "\"\\Program Files\\Python\\Lib\\Python.exe\" \"%1\"")
Should be:
SetValue(Key, None, REG_SZ, "\"\\Program Files\\Python\\Lib\\Python.exe\" \"%1\" %* ")
That way you could send more then one arg to the script.

All the best,
Isr





More information about the PythonCE mailing list