Jump to content

process detection

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
ostach

ostach

    Newbie

  • Members
  • Pip
  • 2 posts
i need help with process detection in c++. example i need to unpause my program when a process named "xxxx.exe" is launched. Can anyone give me a clue?

#2
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,717 posts
Look here: Process Enumeration in Windows
All you have to do is periodically check the list. If you find the name you're looking for, then unpause.
sudo rm -rf /