i want to excute cmd command using java
i use Runtime.getRuntime().exec("command"), but i want to open cmd window and see the result of this command on cmd window
Printable View
i want to excute cmd command using java
i use Runtime.getRuntime().exec("command"), but i want to open cmd window and see the result of this command on cmd window
thank you JosAH for your reply , but i can open cmd with my command or not ?