Network Issue ... Need help

G

Guest

hey guys,

if i want to know if a specific .exe (SomeExe.exe) is running on any of the computers on the network, how can i do that ?

in other words, i need the find out how many computers are running someexe.exe on the network (myNetwork)


NEED CODE PLEASE
THANX IN ADVANCE
 
K

Ken Tucker [MVP]

Hi,

Sorry misread the question. You need to use the wmi to do that.
Take a look at the win32_process class. I dont have an example.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/win32_process.asp

Ken
--------------


Hi,

http://www.onteorasoftware.com/downloads/remoteregistry.zip


Ken
-------------------
hey guys,

if i want to know if a specific .exe (SomeExe.exe) is running on any of
the computers on the network, how can i do that ?

in other words, i need the find out how many computers are running
someexe.exe on the network (myNetwork)


NEED CODE PLEASE
THANX IN ADVANCE
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top