exit after process exit



Hello,

I would like to run a python process and wait until the process exit.
How can I do it?

For example I would like to run a.exe. and wait until a.exe exit.

Sincerely Yours,
Pujo

.



Relevant Pages

  • Re: exit after process exit
    ... Regards, ... Philippe ... > I would like to run a python process and wait until the process exit. ...
    (comp.lang.python)
  • Re: Are Python deques linked lists?
    ... have to perform any tricks to get the garbage ... collector to collect every node, ... if prev is not None: ... If the Python process grows without bounds, the GC failed to do its ...
    (comp.lang.python)
  • cpu usage limit
    ... How can I make sure that a Python process does not use more that 30% of ... the CPU at any time. ... Markus ... Prev by Date: ...
    (comp.lang.python)
  • Shutdown hook
    ... Does any one know if python has the ability to run a shutdown hook. ... For example you set a method to run when the python process is shutting ... Prev by Date: ...
    (comp.lang.python)