Answers for "create a batch file to run a python script as administrator"

3

python execute bat file

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

Code answers related to "create a batch file to run a python script as administrator"

Python Answers by Framework

Browse Popular Code Answers by Language