Answers for "run python command using .bat"

3

python execute bat file

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

Python Answers by Framework

Browse Popular Code Answers by Language