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 sandberg
Recipients sandberg
Date 2009-03-13.18:12:28
SpamBayes Score 0.0015374146
Marked as misclassified No
Message-id <1236967950.93.0.476722591158.issue5484@psf.upfronthosting.co.za>
In-reply-to
Content
I experimented further, the only way to run a .bat file whose name
contains funny characters, seems to be:

subprocess.call('""f(o.bat""', shell=True)
History
Date User Action Args
2009-03-13 18:12:31sandbergsetrecipients: + sandberg
2009-03-13 18:12:30sandbergsetmessageid: <1236967950.93.0.476722591158.issue5484@psf.upfronthosting.co.za>
2009-03-13 18:12:28sandberglinkissue5484 messages
2009-03-13 18:12:28sandbergcreate