Check for running application in Windows

2014-06-20 Thread Magicgate Software - Skip Kimpel
Good afternoon! Is there a way to check to see if there is a program currently running on a Windows machine? For instance, I want to verify that a 3rd party piece of software is currently running (not just installed) before proceeding with my LC script. As usual, your comments and suggestions

Re: Check for running application in Windows

2014-06-20 Thread Paul Dupuis
On 6/20/2014 12:09 PM, Magicgate Software - Skip Kimpel wrote: Good afternoon! Is there a way to check to see if there is a program currently running on a Windows machine? For instance, I want to verify that a 3rd party piece of software is currently running (not just installed) before

Re: Check for running application in Windows

2014-06-20 Thread Magicgate Software - Skip Kimpel
Paul, you are the BEST! Thank you... it works perfectly. SKIP On Fri, Jun 20, 2014 at 12:14 PM, Paul Dupuis p...@researchware.com wrote: On 6/20/2014 12:09 PM, Magicgate Software - Skip Kimpel wrote: Good afternoon! Is there a way to check to see if there is a program currently running

Re: Check for running application in Windows

2014-06-20 Thread Mark Wieder
Paul- Friday, June 20, 2014, 9:14:09 AM, you wrote: Use the function below to return a cr delimited list of running programs and then filter the list to see if the app you are interested is on it or not. Nice. Note that the OSX shell command should actually be put shell(ps xcw) into myList