System - Get Information

Gets information about the user's computer system.

Action ID:
Action Category:
Action List Syntax:

140
System
<<VARIABLE>>
= System.GetInformation (<<PROPERTY>>)

Settings

Variable:

The variable that the information will be stored in.

Property:

The type of information you want to get. Choose from:

Horizontal Resolution

-

The user’s screen width in pixels.

Vertical Resolution

-

The user’s screen height in pixels.

Color Depth

-

The color depth of the user's video display, in bits per pixel.

RAM

-

The amount of physical memory on the user's system, in megabytes.

Drives

-

A double-semicolon (;;) delimited list of all the drives on the users system. For example, a system with three drives might return "A:\;;C:\;;D:\".

LAN Domain

-

The network domain that the user is logged in to. If the user's system is not connected to a LAN, this variable will default to "UNKNOWN".

LAN Host

-

The user's local computer name. If the user's system is not connected to a LAN, this variable will default to "UNKNOWN".

LAN User

-

The user name that the user is currently logged in as. If the user's system is not connected to a LAN, this variable will default to "UNKNOWN".

LAN IP

-

The user's IP address on the local network. If the user's system is not connected to a LAN, this variable will default to "UNKNOWN".

MAC Address

-

The MAC address of the user's NIC (network interface card). If the user's system does not contain a network card, this variable will default to "UNKNOWN".

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

Examples

Getting system information

Moving a window (advanced)