I can understand cmd but not cmd /c. I was trying to invoke a java program from the current for which I use Runtime.getRuntime().exec("cmd /C java helloworld"); There arises my doubt.

3 Answers
3

Leave a Reply

Your email address will not be published. Required fields are marked *