Enviroment: windows 7
Currently i have machine on which we launch 2 batch files on system start up. These batch files internally run multiple programs by running on separate command prompt windows.
So in effect, i have lets say 3 command prompt windows open after the start up.
My requirement is that i want to close a specific command prompt window of the above 3.
How should I approach this? I cant close all the 3 instances of the command prompt windows. My thought is that if there is a way to identify these windows, I can use it to find it.