Answers for "python execute bat file"

3

python execute bat file

import subprocess
subprocess.call([r'C:\Example\For\A\Location\Script.bat'])
Posted by: Guest on May-14-2020
0

python run batch file

import subprocess
subprocess.call([r'path where the batch file is stored\name of the batch file.bat'])
Posted by: Guest on February-28-2021

Python Answers by Framework

Browse Popular Code Answers by Language