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,

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
 
Back
Top