I have tried the newest release of Kix and receive the same line error.

I should probably mention that the server this is being tested on is a windows 2003 terminal server. So the EXE being looked for will be running under multiple user sessions:

If you specify a name, all processeses matching that name will be returned,

That comment from the remarks of the UDF concerns me, as it sounds like the script would return all EXE's under all user sessions, vs just the EXE's run by the user executing the script.

From command line the following does get the output specific to the EXE I want and only the user that runs it, I just couldn't figure out how to parse the results within Kix.

 Code:
tasklist /FI "Imagename eq app.exe"