SysInfo Script Function Library
The SysInfo Script Function Library consists of two files:
- SysInfo.dll
- SysInfo.wdf
They are ReadOnly script functions and are compatible with Windows NT, Windows 2000, and Windows 98.
- Unzip the SysInfo.zip file.
- Copy the SysInfo.dll and SysInfo.wdf files and place them in your InTouch™ Install directory.
- The functions will then be available from scripts when running WindowMaker.
Library Functions
The following are the functions of the library:
- wwGetUserName ()
- wwGetComputerName ()
wwGetUserName ()
This function returns a string value of the Windows user name that is presently logged on to the system.
Example Usage:
Messagetag = wwGetUserName ();
Where Messagetag is an InTouch tagname of the TagType Memory Message.
wwGetComputerName
The function returns a string value of the Windows computer name.
Example Usage:
Messagetag = wwGetComputerName();
Where Messagetag is an InTouch tagname of the TagType Memory Message.