how to make a bat file using os code example
Example: python execute bat file
import subprocess
subprocess.call([r'C:\Example\For\A\Location\Script.bat'])
import subprocess
subprocess.call([r'C:\Example\For\A\Location\Script.bat'])