Programmer Guide/Command Reference/SYSINFO: Difference between revisions
From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
SYSINFO | |||
<code>SYSINFO</code> | The {{STx}} command <code>SYSINFO</code> returns a string of the format "<code><var>processid</var>;<var>netbiosname</var>;<var>username</var>;<var>windowsversion</var></code>", denoting the process ID of the running {{STX}} program (<var>processid</var>), the NETBIOS name of the computer {{Stx}} is running on (<var>netbiosname</var>), the Windows username of the user using {{STx}} (<var>username</var>), and, if available, the Windows version (<var>windowsversion</var>). | ||
Latest revision as of 14:48, 30 April 2014
SYSINFO
The STx command SYSINFO
returns a string of the format "processid;netbiosname;username;windowsversion
", denoting the process ID of the running STx program (processid), the NETBIOS name of the computer STx is running on (netbiosname), the Windows username of the user using STx (username), and, if available, the Windows version (windowsversion).