Hi there,
I have a task calling a VbScript on a remote server.
I am trying to find a way of the VbScript returning an error code back to VC.
I have tried wscript.quit(999) hoping this would return 999 back to VisualCron and the task would be marked as "failed" but this is not the case.
Has anybody had success doing this or something similar? What techniques did you use?