scripting:api:wscript:echo

Echo

Method of IWScript

Outputs text to either a message box or the command console window

WScript.Echo(params);

==== Visual Basic Script ====

WScript.Echo params

==== C++ ====

HRESULT hr = WScript.Echo(params);

===== See Also ===== IWScript