I can't say I've seen this error before. Could this error be coming from the script you are executing? Does the same error persist when you use the following vbscript instead?
WScript.Echo "Message: This is a test"WScript.Echo "Statistic: 1"WScript.Quit( 0 )
Hi aLTeReGo , yes indeed there was an error on my script fixed the issue.
Thanks for helping me with it.