Hey everyone!

Here's what I have.
- A panel with cmd.exe embedded in it.
- A textbox and a button below that.

- When I enter text into the textbox and press the button, I want the text that was entered in the textbox to be sent to the command prompt, and entered as a command.
- I need to be able to have more than any number of these windows open at a time, so I'm not sure if SendKeys is the best for this.

Any help/advice is appreciated!