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
Property: WScript.Name
WScript.
Name
The
Name
property is read only and returns the name of the
WScript
object (usually "Windows Script Host"). This is the default property of the
WScript
object.
The following VBScript code illustrates the use of this property.
Code:
WScript.Echo "Default property =", WScript
WScript.Echo "Name property =", WScript.Name
Output:
Default property = Windows Script Host
Name property = Windows Script Host
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information