Listing and shutting down processes

delphi package - easy access to kernel objects etc.
Post Reply
rskinner
Posts: 1
Joined: Sat Oct 01, 2005 4:11 pm

Listing and shutting down processes

Post by rskinner »

Can this collection list running applications on a remote machine (LAN) and shut them down?

I have two applications that I wrote, that I need to be able to shut them down, copy new software over, then restart those applications.
ctb
Posts: 2
Joined: Fri Sep 23, 2005 1:17 pm
Location: cheikhctb@gmail.com

hi

Post by ctb »

hi
i don't think that this collection can do it.but localy it is possible and using this collection is very helpfull.but take care about system process.

alternatively you can use remote control programme.most of them can do it.
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

madCollection is meant to work on the local PC, only. Remote stuff is supported by some of the win32 APIs, but madCollection currently doesn't include this part of functionality.
stOrM!
Posts: 51
Joined: Thu Jul 15, 2004 7:38 pm

Post by stOrM! »

Maybe this could help you to get the processlist on a lan:
http://www.swissdelphicenter.ch/de/showcode.php?id=2112

Also with WMI you can do this take a look here:
http://www.online-admin.com/

best regards
s!
Post Reply