Java Codes
Beginners
Core Java
Date Time
Java2D
Java Applets
Java AWT
Mathematics
Networking
Servlets
Session
Sound
Swing
Threads
Util Package
JDBC
Learning
Other
Security
XML
Java > Beginners Lab Assignments sample source codes
Calling Windows Runtime Commands
Calling Windows Runtime Commands import java.io.*; public class Win { public static void main(String[] Miller) throws IOException { Process process = Runtime.getRuntime().exec("/C:WINNTsystem32calculator.exe"); process.waitFor(); } }
Privacy Policy
|
Link to Us
|
Links