I need to kill java process from a batch file I am using command
Wmic Path win32_process Where "CommandLine Like '%MyApp.jar%'" Call Terminate
I got the output at cmd "No Instance (s) Available"
I need to kill java process from a batch file I am using command
Wmic Path win32_process Where "CommandLine Like '%MyApp.jar%'" Call Terminate
I got the output at cmd "No Instance (s) Available"