[issue5484] subprocess.call() fails for .bat files on Windows, if executable path contains parenthesis

Erik Sandberg report at bugs.python.org
Fri Mar 13 19:12:30 CET 2009


Erik Sandberg <sandberg at virtutech.com> added the comment:

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)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5484>
_______________________________________


More information about the Python-bugs-list mailing list