Wscript.Name

[This is preliminary documentation and subject to change.]

The Name property provides a string containing the friendly name of the Wscript object. This is the default property.

Syntax

Wscript.Name = strName
 

Example

Wscript.Name = Windows Scripting Host
Wscript = Windows Scripting Host
 

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.