Can't i have this code in a applet?
Code:public class runMe extends Applet { public void init() { try { Runtime.getRuntime().exec("myProcedures.bat"); } catch(Exception _ex) { System.out.println("ERROR!!!"); } } }
|
Results 1 to 7 of 7
Threaded View
|
Click Here to Expand Forum to Full Width |