Wscript.FullName

[This is preliminary documentation and subject to change.]

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.

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