I did a small test locally (for Caché).
test.py:
print("success")
exit()From terminal:
USER>w $zf(-1,"python C:\tmp\test.py") 0
From Studio Output Window:
w $zf(-1,"python C:\tmp\test.py") 0
Make sure that your service for Caché/IRIS use an account with administrative rights:
- Log in to post comments