On 2008-02-23, Max <maxh.is.here at gmail.com> wrote: > Is there a Python equivalent of C++'s system()? The closest thing is probably system(). It's in the os module. -- Grant