This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shoermann
Recipients shoermann
Date 2008-01-09.06:22:56
SpamBayes Score 0.13535036
Marked as misclassified No
Message-id <1199859779.21.0.234395665559.issue1772@psf.upfronthosting.co.za>
In-reply-to
Content
If commands similar to this (including all quotation 
marks) '"C:\\Program Files\\test.bat" blah "C:\\Data Files\\test2.txt"' 
are executed using popen, then the following is returned from 
stderr "'C:\\Program' is not recognized as an internal or external 
command,\noperable program or batch file.\n". No use of quotation has 
been able to fix this. As soon as there is more than one pair of 
quotations inside the command string popen will not handle the command 
correctly.
History
Date User Action Args
2008-01-09 06:22:59shoermannsetspambayes_score: 0.13535 -> 0.13535036
recipients: + shoermann
2008-01-09 06:22:59shoermannsetspambayes_score: 0.13535 -> 0.13535
messageid: <1199859779.21.0.234395665559.issue1772@psf.upfronthosting.co.za>
2008-01-09 06:22:57shoermannlinkissue1772 messages
2008-01-09 06:22:56shoermanncreate