�
public class ExecProgram {
�public static void main (String[] args){
��Runtime rn = Runtime.getRuntime();
��Process p = null;
��String�exeFile = "";
�public static void main (String[] args){
��Runtime rn = Runtime.getRuntime();
��Process p = null;
��String�exeFile = "";
��try{
�� #change exeFile as u�need
���exeFile = "G:\\oatil\\pietty0327.exe";
���p = rn.exec(exeFile);
��}
��catch( Exception e ){
���System.out.println( " ERROR exec progam " );
��}
�}
}
���p = rn.exec(exeFile);
��}
��catch( Exception e ){
���System.out.println( " ERROR exec progam " );
��}
�}
}
�
No comments:
Post a Comment