[issue1524] os.system() fails for commands with multiple quoted file names

Jean-François Bastien report at bugs.python.org
Wed Mar 5 23:18:13 CET 2008


Jean-François Bastien added the comment:

I confirm the problem. To resolve it try:
os.system('call "TheCommand" > "MyOutput"')

----------
nosy: +jfbastien

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1524>
__________________________________


More information about the Python-bugs-list mailing list