Is there any way to pass more than one parameter to a custom script from the TGCtrl.Run command? Here is what I am doing:
If TGCtrl.CheckTime (0, tc, "0,10,20,30,40,45,50 * * * *") = true Then TGCtrl.Print TGCtrl.Run (0, "CheckHTTPStatus.vbs", "http://www.microsoft.com,arg2")
This works but I would like to be able to pass the parameters seperately so as to not have to split them. No biggie if it's not doable right now just thought I'd ask.
TIA,
-=- Kevin