System Information

System Information

You can use this command for getting some system parameters. Specify the result variable for the parameter that you want to get. The value of the parameter will be written into according variable.

Local IP-address
Returns the local IP-address of the user's machine.
Screen Resolution (X)
The width of the user's screen (in pixels).
Screen Resolution (Y)
The height of the user's screen (in pixels).
Version of JRE
The current version of Java Runtime Environment. The variable [varname]_short equals the short value of the current version. For example, you specify jre variable name then
 #jre# => 1.6.0_18
 #jre_short# => 1.6
Windows 64x
The specified variable equals 1 if the user has Windows 64x. Otherwise, the variable equals 0.