Network Issue ... Need help

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
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

Network q 1
Network Issue 2
Wifi Network Issue 0
Running exe 4
run .exe on networked computer 7
Unidentified network 0
Windows breaks networking .... 20
Capturing Syslog messages on port 514 using VB.NET 1

Back
Top