Win32 blocking spawn

Mark Hammond MHammond at skippinet.com.au
Fri May 21 20:01:42 EDT 1999


You sort-of mentioned this, but also said "you have to go to C".  Just to
clarify, this can all be done using win32process without the need for C, and
in about 1/10 of the LOC :-)

Mark.

Paulo Soares wrote in message
<51998F46F8B7D011BF7C0060B03502AD0EA99B at orion.consiste.pt>...
>You will have to go to C to do this, if you don't want to resort to
>"start /m /w".
>Alternatively you can use win32process.CreateProcess with the options
>below.
>
>I recently posted code for SendKeys and other functions. You can modify
>the function exec in module simpscrp in the following way to lunch an
>hidden application:
>
>static PyObject* exec_app(PyObject* self, PyObject* args)
>{
<snip>







More information about the Python-list mailing list