Skip to main content
Version: 21 R4 BETA

Is Windows

Is Windows : Boolean

ParameterTypeDescription
Function resultBoolean←True if operating system = Windows, else False
History
ReleaseChanges
17Created

Description​

The Is Windows command returns True if the current operating system is Windows.

Example​

You want to determine if the current operating system is Windows:

 If(Is Windows)
    ALERT("It's Windows")
 Else
    ALERT("It's not Windows")
 End if

See also​

System info
Is macOS

Properties​

Command number1573
Thread safeyes