Hi all!
We have created an external executable to run a python script, basically looking like this:
cd F:\Data\
Start-Process python GetData.py
exit
Next we have added this to an execution package. If we run the package it will open a prompt and run the python script no problem.
However if we add the package to a job and schedule or manually run that job nothing happens. How can we get this to work?
cheers,
Maarten