0 out of 1 rated this helpful - Rate this topic

Name Property (WScript Object)

Returns the name of the WScript object (the host executable file).


                      object.Name 
object

WScript object.

The Name property is a read-only string.

Applies To:

The following JScript code shows how to use the Name property.

WScript.Echo (WScript.Name);
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ