Wscript.FullName

The FullName property provides a string containing the full path to the host executable.

Syntax

Wscript.FullName = strFullName
 

Example

Wscript.FullName = C:\WinNT\System32\wscript.exe

See Also

Wscript.Path property.