Problem with Dos command by python script

Jonatas Emidio jonatasemidio at gmail.com
Wed Sep 14 22:13:13 CEST 2011


Here i come!!

I have the following problem...
I need run by python script a string with some "DOS commands - Windows
prompt"!!
For exemple:
print 'cd temp'
print 'mkdir temp_app'

How can i run this string in the python, but as a DOS interpreter?


More information about the Python-announce-list mailing list