IsNodeAppRunning Function

Description

IsNodeAppRunning() allows the user to determine from an InTouch® script if a program is running on the local computer or on a remote computer.

Use

IsNodeAppRunning(ComputerName, ProgramName);

ComputerName
This can be an empty string for the name of the local computer, or the full nam[……]

Read more

IntFromString() Script Function

The InTouch™ script function IntFromString() converts a given numeric string into an integer value based on a given Base (that is, Base 2, 8, 10, 16, or 32). IntFromString() requires that you supply the integer base of the string within a range of 2 to 35. IntFromString() is limited to InTouch’s 32-[……]

Read more