Is it possible to create a sensor for each instance of the same .exe File. Processname is always prog.exe, just the PID and the Main Window Title are different.
More Details: I start prog.exe from a ps1 script including a given argument list. This create an instance of prog.exe with a specific main window titel (servername01) and other parameters wich comes from an ini file. Now i have an instance running "prog.exe" with a main window title "servername01". Then i start the same prog.exe from the ps1 script again, but with a modified argument list. Now i have another prog.exe running, but with a diffrent main window titel (servername02). How can i monitor these two instances of the same prog.exe with diffrent main window title?
Add comment