09-24-2020, 10:05 PM
You mean something like? :
import subprocess
subprocess.call([r'your_bat.bat'])
Just create a Python trigger and run whatever .bat you want.
import subprocess
subprocess.call([r'your_bat.bat'])
Just create a Python trigger and run whatever .bat you want.