Computer Science Canada

Open programs

Author:  eNc [ Mon Nov 22, 2004 5:35 pm ]
Post subject:  Open programs

is there a command to run programs eg// notepad in java ?

Author:  rizzix [ Mon Nov 22, 2004 10:47 pm ]
Post subject: 

yea.. Runtime.getRuntime().exec("notepad.exe");

look here for more info: http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Runtime.html


: