I have my program checking to see if another instance of my application is running. When it sees that the application is already running, I want to sent a text message to standard output which is my command prompt. How do I do this? I need to send a message out so that another program can use this message. I cannot use an MsgBox.

I hope someone can answer this?