background-processes with win-python?
James Kew
james.kew at btinternet.com
Thu Jun 27 04:04:23 EDT 2002
"Klaus Reinhardt" <K.Rdt at TU-Berlin.DE> wrote in message
news:mailman.1025157935.3443.python-list at python.org...
> Is there a possibility to execute system-processes
> under windows-python in the background? So
> I can do this
> system("plink .. tu-berlin.de")
> without waiting for the real connection.
system("start plink ... tu-berlin.de") ?
James
More information about the Python-list
mailing list