Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
WScript Object
StdOut Property
Method: WScript.Echo
WScript.
Echo
objObject
The
Echo
method concatenates its arguments into a space-separated string and displays this string in a Dialog Box (if invoked under wscript), or on the standard output stream (if invoked under cscript). Under cscript, a newline character is appended to the output. This method has no effect if the
WScript.Interactive
property is False.
The use of this method is demonstrated in the following JScript code.
Code:
WScript.Echo("Hello", "world")
Output:
Hello world
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information