What does cmd /C mean? [closed]

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 Comment