[Python-Dev] Alternative to os.system that takes a list of strings?

Alex Coventry alex_c@MIT.EDU
Mon, 5 Feb 2001 10:36:29 -0500


> This functionality is alrady available through the os.spawn*() family
> of functions.  This is supported on Unix and Windows.

Oh, I see, I can use the P_WAIT option.  Sorry to bother you all, then.

Alex.