I\'m working on a project, and it will give you a list of Windows commands. When you select one, it will perform that command. However, I don\'t know how to do that. I was g
I hope this helps :)
You could use:
Runtime.getRuntime().exec("ENTER COMMAND HERE");