Thread
:
I want to do is clear the console
View Single Post
#
2
(
permalink
)
08-02-2007, 05:43 PM
henry_78
Member
Join Date: Aug 2007
Posts: 47
Hi,
U can try to lunch a dos command from a java program.
try this:
Runtime rt = Runtime.getRuntime();
Process p = rt.exec("cmd /c cls");
Bye
henry_78
View Public Profile
Send a private message to henry_78
Find all posts by henry_78