Echo

Method of IWScript

Description

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

Parameters

Syntax

JavaScript

WScript.Echo(params);

==== Visual Basic Script ====

WScript.Echo params

==== C++ ====

HRESULT hr = WScript.Echo(params);

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