Answers for "how to open any batch file by python"

3

python execute bat file

import subprocess
subprocess.call([r'C:ExampleForALocationScript.bat'])
Posted by: Guest on May-14-2020

Code answers related to "how to open any batch file by python"

Python Answers by Framework

Browse Popular Code Answers by Language