Answers for "how do i make a bat file run a py"

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 do i make a bat file run a py"

Python Answers by Framework

Browse Popular Code Answers by Language