[PythonCE] Launching external programs

Alexandre Delattre alexandre.delattre at enst-bretagne.fr
Thu Oct 25 15:25:08 CEST 2007


Hi,

The subprocess  and os.popen*() hasn't been ported yet, but a call to 
os.startfile("\\path\\to\\executable.exe") may help.
A drawback is that the function returns immediately

Regards,
Alexandre.


More information about the PythonCE mailing list