It is currently October 4th, 2023, 7:12 am
is process running or not?
-
- Posts: 127
- Joined: June 10th, 2009, 8:26 am
is process running or not?
Has anyone got any good ideas how to measure if process running.
-
- Posts: 46
- Joined: December 24th, 2009, 10:35 pm
Re: is process running or not?
have you tried process explorer... it list all running process and has many nice functions you can find it here
http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
[url=http://www.rainmeter.net/forum/viewforum.php?f=85][center][b]H.E.R.O[/b][/center][/url]
[url=http://www.rainmeter.net/forum/viewtopic.php?f=83&t=1525][center][b]V.I.S.O.R[/b][/center][/url]
[url=http://www.rainmeter.net/forum/index.php][center][b]Rainmeter Help[/b][/center][/url]
[url=http://www.rainmeter.net/forum/viewtopic.php?f=83&t=1525][center][b]V.I.S.O.R[/b][/center][/url]
[url=http://www.rainmeter.net/forum/index.php][center][b]Rainmeter Help[/b][/center][/url]
-
- Posts: 46
- Joined: December 24th, 2009, 10:35 pm
Re: is process running or not?
:thumbsu:
[url=http://www.rainmeter.net/forum/viewforum.php?f=85][center][b]H.E.R.O[/b][/center][/url]
[url=http://www.rainmeter.net/forum/viewtopic.php?f=83&t=1525][center][b]V.I.S.O.R[/b][/center][/url]
[url=http://www.rainmeter.net/forum/index.php][center][b]Rainmeter Help[/b][/center][/url]
[url=http://www.rainmeter.net/forum/viewtopic.php?f=83&t=1525][center][b]V.I.S.O.R[/b][/center][/url]
[url=http://www.rainmeter.net/forum/index.php][center][b]Rainmeter Help[/b][/center][/url]
-
- Developer
- Posts: 686
- Joined: August 15th, 2009, 2:41 pm
- Location: Osaka, JPN
Re: is process running or not?
You can use performance counter.
Specify process name to PerfMonInstance without ".exe".
Code: Select all
[ProcessID]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Process"
PerfMonCounter="ID Process"
PerfMonInstance="iexplore"
PerfMonDifference=0
[ProcessStatus]
Measure=Calc
Formula=(ProcessID > 0) ? 1 : 0
Substitute="1":"Running","0":"Not running"
-
- Posts: 46
- Joined: December 24th, 2009, 10:35 pm
Re: is process running or not?
sorry i thought u were taking about ssomething else :shock:
[url=http://www.rainmeter.net/forum/viewforum.php?f=85][center][b]H.E.R.O[/b][/center][/url]
[url=http://www.rainmeter.net/forum/viewtopic.php?f=83&t=1525][center][b]V.I.S.O.R[/b][/center][/url]
[url=http://www.rainmeter.net/forum/index.php][center][b]Rainmeter Help[/b][/center][/url]
[url=http://www.rainmeter.net/forum/viewtopic.php?f=83&t=1525][center][b]V.I.S.O.R[/b][/center][/url]
[url=http://www.rainmeter.net/forum/index.php][center][b]Rainmeter Help[/b][/center][/url]
-
- Posts: 127
- Joined: June 10th, 2009, 8:26 am
Re: is process running or not?
spx this is exactly what ive been looking for i was on the right lines just couldnt crack it thank you thank you thank you!!!!!
and digi thanks for the effort mate, maybe my request was a bit vague.
Im buzzin now well made up!
and digi thanks for the effort mate, maybe my request was a bit vague.
Im buzzin now well made up!