check if some exe program is running on the windows
Clash Royale CLAN TAG #URR8PPP check if some exe program is running on the windows How to check if some .exe program is running (is in process) on Windows? I'm making java application which update one .exe program. So, if that exe program is used by some client, my application ask for closing exe program, and after closing automatically replace .exe file with new one. check this question: How to get a list of current open windows/process with Java? – Renan Sep 25 '13 at 12:51 Questions about general computing are off-topic on Stack Overflow. I suggest you try your luck on Super User – user2109908 Sep 25 '13 at 12:52 ...