Method of IWScript
Outputs text to either a message box or the command console window
WScript.Echo(params);
WScript.Echo params
HRESULT hr = WScript.Echo(params);
IWScript