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