Well the title pretty much sums the question. The only thing I found is this
but I’m not sure if thats the way to go.
Well the title pretty much sums the question. The only thing I found is
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the wmic utility to check the list of running processes.
Suppose you want to check if the windows’ explorer.exe process is running :
See http://ss64.com/nt/wmic.html or http://support.microsoft.com/servicedesks/webcasts/wc072402/listofsampleusage.asp for some example of what you can get from wmic…
2022 update
As you can see in the link above, wmic was deprecated in Windows 10. The good news is that now the
pscommand works on windows 10 under powershell, so you can get your "cross-platform" support with something like this (untested):