Edward Fewell Wrote:
>If it were desktop Python, you could approach it two ways. You could use
>the system method of the os module to launch your applications. Or you
>could use access to the Win32 API CreateProcess() from the Win32 wrappers.
>
>Neither is available to PythonCE 2.3
<< 1)Is there a way to do this in Python ?. >>
If it were desktop Python, you could approach it two ways. You could use
the system method of the os module to launch your applications. Or you
could use access to the Win32 API CreateProcess() from the Win32 wrappers.
Neither is available to Pytho