Python führen die Fledermausdatei aus
import subprocess
subprocess.call([r'C:\Example\For\A\Location\Script.bat'])
Baraz
import subprocess
subprocess.call([r'C:\Example\For\A\Location\Script.bat'])
import subprocess
subprocess.call([r'path where the batch file is stored\name of the batch file.bat'])