[PythonCE] Can I execute external programs from PythonCe?

Alexandre Delattre alexandre.delattre at enst-bretagne.fr
Sat Sep 6 13:29:25 CEST 2008


Hi,

Recently I've adapted the module osce.py to use ctypes instead of win32* 
modules.
<http://mail.python.org/pipermail/pythonce/2005-January/000948.html>
Currently there is no os.system function but a systema function that can 
be used this way:

systema('\\full\\path\\to\\program.exe', ['arg1', 'arg2', ...])

Cheers,
Alexandre
-------------- next part --------------
A non-text attachment was scrubbed...
Name: osce.py
Type: text/x-python
Size: 1547 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pythonce/attachments/20080906/e52a55e2/attachment.py>


More information about the PythonCE mailing list