The FullName property returns the full path to the host executable file (cscript or wscript). This property is read only.
WScript.Echo("FullName =", WScript.FullName)FullName =
C:\WINNT\system32\cscript.exeThis JScript code illustrates the use of this property under WSH 2.0 on a Windows 2000 system.