Thanks Alexandre and all for the help. The os.StartFile and os.systema are
exactly what I needed, specially since systema takes arguments.
Thanks so much.
----------------------------------------------------------------------
Date: Sat, 06 Sep 2008 13:29:25 +0200
From: Alexandre Delattre <
alexandre.delattre@...>
Subject: Re: [PythonCE] Can I execute external programs from PythonCe?
To:
pythonce@...
Message-ID: <
48C26995.9010707@...>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
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-0001.py>
_______________________________________________
PythonCE mailing list
PythonCE@...
http://mail.python.org/mailman/listinfo/pythonce