Microsoft® Windows® Script Host
ScriptFullName Property
WSH Reference
Version 1

See Also                      Applies To


Description
Provides the full path to the script currently being run.
Syntax
object.ScriptFullName
Parameters
Part Description
object WScript object.
Example
This example echoes the full path of the executing script:
WScript.Echo WScript.ScriptFullName