Re: [PythonCE] Pocket PC-Startup script

2005-10-27 Thread Isr Gish
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

Re: [PythonCE] PythonCE Digest, Vol 27, Issue 7

2005-10-27 Thread Edward Fewell
<< 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