AndreaVB OnLine : API : how to kill a process in a machine where I am working and also a process running on remote machine??
Poster
Resource
tri_inn Level: Regular User Registered: 26-08-2002 Posts: 395
how to kill a process in a machine where I am working and also a process running on remote machine??
I don’t know how to kill a process running in my own machine means actually where I am working and also I want to know how to kill a process running on remote machine. If possible please provide easy ready-made sample.
27-08-2002 at 09:53 AM
|
JLRodgers Level: Moderator Registered: 04-04-2002 Posts: 1658
Re: how to kill a process in a machine where I am working and also a process running on remote machine??
On a remote pc, not really possible directly. You'd have to have a program running on that PC that a program on your PC could communicate (via winsock, DB, or similar).
27-08-2002 at 08:33 PM
|
AndreaVB OnLine : API : how to kill a process in a machine where I am working and also a process running on remote machine??