Jump to content

How to check a Process is running or not ?


friends
 Share

Recommended Posts

hi all.

I wonder can we check a networked computer's Process is running or not ?

If can... how ? I know there is a ProcessExists() command, but I tested to

check the networked PC, I couldn't find the solution.

Anybody knows how ? I wanted to check on other networked PCs, if a

particular Process is running, for example, the "notepad.exe" process.

Your help or suggestion is very much appreciated. Thank you.

Link to comment
Share on other sites

Hi,

I have quite the same problem, I think the key is to launch your script directly on the remote PC.

To do this, you can try PsExec (again from Sysinternals :ph34r: ( it's free)

or RemoteExec (from Isdecisions ... commercial)

but assuming this is done, the processexist command should work... anyway it seems to work for me :(

Link to comment
Share on other sites

If it is possible to have a process execute on the terminal you want to monitor processes on then just create a script that checks for said process, throw the result in a text file and have your local script check the text file for the result.

*** Matt @ MPCS

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...