I need to run a command in cmd.exe wherein, the command comes from my eclipse rcp application. For example, I have a wizard in my application which accepts parameters of the command, and on clicking Finish button, the command should get executed.
Any help regarding how to access the cmd.exe from my eclipse rcp application would be of great help.