Snippets


latest news



Here are some snippets for you to use.

Execute a

Process p = Runtime.getRuntime().exec("command.com");               
// in case you want to wait until it has finished
p.waitFor();

Site created with Corinis CCM