windows command-line

Emile van Sebille emile at fenx.com
Wed Jul 8 13:23:54 EDT 2009


On 7/8/2009 10:07 AM Lucas Junqueira said...
> Hi, I'd like to run a simple windows command-line program from within my 
> python script and agt all the returt it generates. Is this possible? How 
> can I do it?

Depending on python version, look into subprocess, commands or os.pipe 
and related.

Emile




More information about the Python-list mailing list