kill application remotely

Posted by Burak on Super User See other posts from Super User or by Burak
Published on 2010-03-31T11:12:12Z Indexed on 2010/03/31 16:53 UTC
Read the original article Hit count: 402

Filed under:
|
|

Hello all, i have sth.bat file which launches my java program on compuiter A.

i start this application from computer B by using "psstart \computerA "c:\sth.bat" ".

but i when it comes to kill it in the same way, im limited with the process name. Because when sth.bat is run, i see a cmd.exe and java.exe in process list.

I have to use the process name with "pskill \computerA processName". But i have more than one applications named cmd.exe and java.exe.

How can i solve this problem?

© Super User or respective owner

kill application remotely

Posted by Burak on Stack Overflow See other posts from Stack Overflow or by Burak
Published on 2010-03-31T11:12:12Z Indexed on 2010/03/31 11:13 UTC
Read the original article Hit count: 402

Filed under:
|
|

Hello all, i have sth.bat file which launches my java program on compuiter A.

i start this application from computer B by using "psstart \computerA "c:\sth.bat" ".

but i when it comes to kill it in the same way, im limited with the process name. Because when sth.bat is run, i see a cmd.exe and java.exe in process list.

I have to use the process name with "pskill \computerA processName". But i have more than one applications named cmd.exe and java.exe.

How can i solve this problem?

© Stack Overflow or respective owner

Related posts about Windows

Related posts about cmd