I do a lot of scripting using vbscript, and I'd appreciate som help on how to use the API.
Instead of passing variables to and from the script executed in a job I want my script to use the api directly.
When using createobject I can browse the api classes in the vbs editor. (using vbsedit)
but i can't figure out how to use it
Set TestaddIn = CreateObject("VisualCronAPI.Client")
ActiveX Cannot create object, VisualCronAPI.Client
Please help!
ISak