This documentation is archived and is not being maintained.
Path Property (Windows Script Host)
Returns the name of the directory containing the host executable (CScript.exe or WScript.exe).
The Path property is a read-only string.
Description
The following VBScript code echoes the directory where the executable file resides.
WScript.Echo (WScript.Path);