En Thu, 08 Nov 2007 11:09:02 -0300, Dmitry Teslenko <dteslenko at gmail.com> escribió: > How to write portable (win32, unix) script that launches another > program and continues its execution? Use the subprocess module. -- Gabriel Genellina