Hi, I have so far created a Customized Eclipse IDE(Child) with Help of Eclipse IDE(Parent) by using plug-In. Now When i write code to do an action on Child the output was coming in Parent Console. I have some how managed to make the output come in child console. Now, My objective is to run a bat file(.exe) along with its required file. For eg. To execute a java file, we used to open cmd prompt and hit java file.java and it will run in cmd prompt itself(If it is a process then it will write all the outputs in cmd itself. Like wise i have to do a similar type. I don't know to explain clearly more than this. In short, when i do an action of executing a process on Child it should come in Child's console. I need ideas/code sample anything. Could anyone help me?