> From: Klaus Reinhardt [mailto:K.Rdt at TU-Berlin.DE] > > 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. Look at the 'threading' module. Tim Delaney