Before I go seek help from c++/c#/vb coders, I am wondering if its currently possible to do in PHP.
Get php to read a program, lets say notepad and grab any text entered in it.
Example:
I have a notepad.exe open with some text in it. I run a php script, it finds the open windows application, and grabs contents from the app(notepad).
I am not sure what the technical name for this is... Does anyone know the word or type of method im trying to describe, I guess its called scraping...