Launching external programs
Alexandre Delattre <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
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.