It's certainly possible, but I don't know the most efficient way to do so. You could, for instance, start a command shell, execute the tasklist.exe program, redirecting it's output to a file and the read that file from NAV. On RTC you would need to use Automation (or .NET) to launch that external program.
But do you really need to know. Is the NewServer parameter of the CREATE function not sufficient?
Comments
But do you really need to know. Is the NewServer parameter of the CREATE function not sufficient?