09-30-2020, 01:58 PM
(09-24-2020, 10:05 PM)listy Wrote: You mean something like? :Thanks listy, we were able to get something to work using a python script on the windows machine that listened for a change in the publish directory.
import subprocess
subprocess.call([r'your_bat.bat'])
Just create a Python trigger and run whatever .bat you want.
When a file is published to the directory on the server, the python code runs and excecutes the .cmd on that file.