Determining Operating System Information

There are Inspectors that can interrogate the operating system for you. For instance to find the version, you might use an expression like this:

Q: version of operating system
A: 6.1.7600

To retrieve the language of the current Windows Operating System, use:

Q: language of version block of file "user32.dll" of system folder
A: English (United States)

This Relevance clause applies to all existing versions of Windows, including 95, 98, ME, XP, NT4 and 2000.

To find the name of the client operating system, you might use a statement like this:

Q: name of operating system as lowercase contains "win" 
A: True

As of TEM version 8, there is a shortcut for this syntax.

Q: windows of operating system
A: True

Acceptable values are windows, mac, and unix.