Answers for "run batch script from python"

0

python run batch file

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

bat run python script

"Path where your Python exe is storedpython.exe" "Path where your Python script is storedscript name.py"
pause
Posted by: Guest on March-30-2021

Code answers related to "run batch script from python"

Python Answers by Framework

Browse Popular Code Answers by Language