The computer element is a built-in element that exposes a number of properties of the current computer.
Syntax
<computer>
This element has no attributes
</computer>
Properties
computer.availablememory
computer.cpuspeed
computer.language
computer.languageid
computer.memory
computer.os
computer.osmajorversion
computer.osminorversion
computer.timerresolution
Remarks
The computer element is a built-in object and can not be explicitly declared in a script. It exposes a number of useful properties, however, that can be referenced in expressions throughout the script.
Examples