Wednesday 15 June 2011

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();
}
}

People who read this post also read :



No comments:

Post a Comment