Possible Duplicate:
Run console application from other console app
In my program there is a TextBox
in which the user should write the program (simple) that I ask him to do.
How to run his program to make sure that he had done what I told him? Nice to know that I had already do an auto compiling of the program and make sure there is no syntax error.