Answers for "bat run python script"

3

python execute bat file

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

bat run python script

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

Python Answers by Framework

Browse Popular Code Answers by Language