Knowledge Base FAQ Item #7200020
Q7200020: When running a custom VBScript script, it gives me an error on WScript.Echo. How can I use WScript.Echo?
WScript.Echo only works for a script that is called by a command line interpreter (i.e. CSCRIPT or WSCRIPT). You should avoid all console-related functions.
The online Network Monitor VBScript Guidelines explain how to write VBScript checks for ActiveXperts Network Monitor, and provides information about troubleshooting.