How do I run an external system command on Windows?
Calvelo Daniel
dcalvelo at pharion.univ-lille2.fr
Mon Sep 18 12:09:38 EDT 2000
More information about the Python-list mailing list
Mon Sep 18 12:09:38 EDT 2000
- Previous message (by thread): fileno()
- Next message (by thread): How do I run an external system command on Windows?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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). use 'os.system()' : What gives? Even Java has a system call (java.lang.Runtime.exec()). : Of course, I'm not advocating Perl's `` backtick operator. Oh no! Oh, no!!! HTH,DCA -- Daniel Calvelo Aros calvelo at lifl.fr
- Previous message (by thread): fileno()
- Next message (by thread): How do I run an external system command on Windows?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list