Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MTBarry

    Check for running processes and email

    Whoops. I forgot I still had that Exit For line in there. I pulled it out and added a count line so if it doesn't find the right number of processes it sends the email. I think it's going to work. I haven't tried the emailing bit, but I think I can get that. Thanks for your help.
  2. MTBarry

    Check for running processes and email

    That's great. Thanks. But it's working the opposite way I'm looking for. Ultimately, if just one of many processes is not running, I need it to send me an email. What I've got here is a script that will be happy if only one of many processes is running. Dim AllProcess Dim Process Dim...
  3. MTBarry

    Check for running processes and email

    Hi. So this will check for a single running process. But I haven't been able to get something working that will check for multiple processes and take action if only one is not running. Dim AllProcess Dim Process Dim strFoundProcess strFoundProcess = False Set AllProcess =...
  4. MTBarry

    Check for running processes and email

    Hello. I'm trying to write a script that will check for a handful of running processes. Say....5. And if just one of them is not running, it will send me an email. Thanks for any help.

Part and Inventory Search

Back
Top