- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I need to be sure that a certain process is running all the time. So I have the idea for another simple program which is running all the time and checks on the first app and if it is not loaded the second app sends me an email.
How can I ask windows if a certain application or thread is running?
thanks, Tim
How can I ask windows if a certain application or thread is running?
thanks, Tim
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok noone answered this but I found a sol'n jic someone else is intrested:
do a call system('pstat >somefile.txt') this will dump the content of the memroy and the processes into the text file. which can be read and inspected.
PSTAT.exe is under visualstudio/common/tools/winnt.
Tim
do a call system('pstat >somefile.txt') this will dump the content of the memroy and the processes into the text file. which can be read and inspected.
PSTAT.exe is under visualstudio/common/tools/winnt.
Tim

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page