I have a .cmd
file which I call to open multiple instances of Command Prompt
via:
launcher.cmd -fs
launcher.cmd -tds
launcher.cmd -fsd
Each command open a new command prompt.
So what I want to do is create a batch file to automatically close all the opened Command Prompt
instead of manually doing it.