Is there a way to use "process arguments" info to uniquely find a process. My requirement is to find a java process which is running my application. If I use
Processes::FindProcess "java"
I will find all java processes, not just mine.
finding process by process arguments
2 posts