This topic has not yet been rated - Rate this topic

FullName Property (WScript Object)

Returns the fully qualified path of the host executable (CScript.exe or WScript.exe).


                      object.FullName 
object

WScript object.

The FullName property is a read-only string representing the fully qualified path of the host executable.

The following JScript code uses the FullName property:

WScript.Echo (WScript.FullName);

produces the following output.

C:\WINNT\System32\cscript.exe

Applies To:

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ