So I'm fairly new to C++ and I'm wondering if this would be possible and what the code would look like.
I'm trying to create an ongoing process that monitors when a certain program does something and launches another program when that thing happens.
Example:
I have Steam open and begin downloading a game, my mystery process sees this download start and executes a command to open another program.
Is this possible? I'm just curious and, with a little help, would like to write something like this for personal use (and learning). Sorry for the noobish-ness
Thanks!