How do I run an external system command on Windows?

Aahz Maruch aahz at panix.com
Mon Sep 18 12:05:04 EDT 2000


In article <8q5d2b$la8$1 at nnrp1.deja.com>,  <noahspurrier at my-deja.com> wrote:
>
>Does Python have something similar to Perl's "system" command or the ``
>(backtick operator)? This would preferably be something cross-platform.
>I need this to work on Windows NT Win2K) and UNIX (OpenBSD).

os.system()
-- 
                      --- Aahz (Copyright 2000 by aahz at pobox.com)

Androgynous poly kinky vanilla queer het    <*>     http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6

The best way to get information on Usenet is not to ask a question, but 
to post the wrong information.  --Aahz



More information about the Python-list mailing list