Version Property (Windows Script Host)

 

Returns the version of Windows Script Host.

Syntax

object.Version 

Arguments

  • object
    WScript object.

Remarks

String.

Legacy Code Example

Description

The following VBScript code echoes the current version of Windows Script Host.

WScript.Echo WScript.Version

Applies To:

WScript Object

See Also

Name Property (WScript Object)