I am running a Java program that connect 1000 clients to a server at a time, in command prompt. For each client a command line window will open.
How do I close each individual 1000 more windows from taskbar at a time?
Is there any method in Windows 7 to close a bulk of windows. (It is not a running process the window is appear after finished its run so we cannot close it from task manager)
If anybody can please help me, thanks in advance.
You can just kill the program with
taskkill /f /im java.exe(orjavaw.exe).