Returns the version of Windows Script Host.
object.Version
Arguments
- object
WScript object.
Remarks
String.
Example
The following VBScript code echoes the current version of Windows Script Host.
WScript.Echo WScript.Version
Returns the version of Windows Script Host.
object.Version
String.
The following VBScript code echoes the current version of Windows Script Host.
WScript.Echo WScript.Version