Returns the name of the WScript object (the host executable file).
object.Name
WScript object.
The Name property is a read-only string.
WScript Object
The following JScript code shows how to use the Name property.
WScript.Echo (WScript.Name);
Download Home Copyright © 2001-2024 adersοft