skom » Вт авг 02, 2011 9:34 pm
IsNodeAppRunning(ComputerName, ProgramName);
ComputerName - This can be an empty string for the name of the local computer, or the full name of the local computer. It must be the name of a remote computer to obtain information for a remote computer. You can get a computer's name by right-clicking on the 'My Computer' icon on the desktop, then selecting 'Properties' from the menu. Go to the 'Network Identification' tab, and read the 'Full Computer Name'. A memory message tag can be used in place of a hard-coded string.
ProgramName - This must be the name of the executable file for the local computer. For a remote computer, it is the process name. The process name is usually the same name that appears in the Task Manager list of processes. In either instance, remove any file extension from the name, such as '.Exe'. For example, if OutLook.Exe appears in task manager, then use the program name 'OutLook' when calling this script function. A memory message tag can be used in place of a hard-coded string.