Wscript.ScriptFullName

[This is preliminary documentation and subject to change.]

The ScriptFullName property provides the full path to the script being run by the Windows Scripting Host.

Syntax

Wscript.ScriptFullName = strScriptFullName
 

Example

Wscript.ScriptFullName = C:\Users\Default\WSH\Sample.VBS
 

See Also

Wscript.ScriptName property

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