The Echo method displays parameters in a window (in Wscript.exe) or in a Command Prompt window (in Cscript.exe).
Parameters are delimited by one space. Under Cscript.exe, this method outputs a carriage-return/line feed pair (CR LF) after the last parameter displayed.
Wscript.Echo [anyArg...]
Wscript.Echo
Wscript.Echo 1, 2, 3
Wscript.Echo "Windows Scripting Host is cool."