GetSystemInfo()
Summary
Gets an array of system information.
Syntax
sysinfo = GetSystemInfo()
Returns
An options array with system information:
| Element | Type | Contents |
|---|---|---|
| Intel-Based | Boolean | "True" if the processor is Intel-based, otherwise "False" |
| NumProcessors | Integer | Number of processors |
| Terminal Services | Boolean | "True" if Terminal Services is running, otherwise "False" |
See Also
| Function | Summary |
|---|---|
| GetProgram() | Gets information about the program |
| GetSystemDirectory() | Gets the full path of the Windows directory |