I have followed this here to run a batch file silently, in the background and doesn't show on taskbar, it's great.
How to run a batch file without launching a "command window"?
The thing is, when all batch file run, all of the process ID in task manager shows the same process Name. Different cmd.exe and conhost.exe by the user, so this means if I got 5 looping batch running they'll all show cmd.exe and conhost.exe and I have no idea which is which If I wish to restart them or end them.
How to get them with specific name?
