Microsoft® Windows® Script Host FullName Property |
WSH Reference Version 1 |
Returns a string containing the full path to the host executable file or shortcut object.
object.FullName
Part Description object WScript, WshShortcut or WshUrlShortcut object.
The following example returns the path of the host executable:WScript.Echo WScript.Fullname