import java.io.IOException;
/**
*
* @author Aravind Sankaran
*/
public class ControlPanel {
public static void main(String[] abc){
try{
Runtime.getRuntime().exec("control.exe");
}
catch(IOException ioe){
System.err.println(ioe);
}
}
}
/**
*
* @author Aravind Sankaran
*/
public class ControlPanel {
public static void main(String[] abc){
try{
Runtime.getRuntime().exec("control.exe");
}
catch(IOException ioe){
System.err.println(ioe);
}
}
}
No comments:
Post a Comment