We have many exe's that we run in our application, and we'd like to pass text between them (sometimes 2 runnig instances of the same exe). We don't want to just place the text with the usual clipboard operations. What is the best way to do that? Also, is there a good place to look for information such as this?