Programmer Guide/Command Reference/SYSINFO: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(initial import)
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
==SYSINFO==
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>).
 
-> var = 'processid;netbiosname;username;windowsversion'
 
The <code>SYSINFO</code> command returns the process id, NETBIOS name, current user name and the windows version (Windows 95, Windows 98, Windows Me, Windows NT 3.51, Windows NT 4.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista or Windows Server 2008).

Latest revision as of 15: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).

Navigation menu

Personal tools