I\'m working on a monitoring system called \"Nagios\" which monitors services for UNIX and WINDOWS servers. Problem is WINDOWS services that are launched by batch files are
You can't change the name of the process. If you need to distinguish between the processes then I would suggest you use their process ID rather than their name.