Change process name when launched as batch file

后端 未结 4 2018
长发绾君心
长发绾君心 2020-12-19 04:33

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

4条回答
  •  無奈伤痛
    2020-12-19 05:13

    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.

提交回复
热议问题