import java.io.*; public class SClient { public static void ExecuteCommand (String ExternCommand) throws IOException { System.out.println("executed"); // char c; } public static void main (String args[]) throws IOException { Process proc = Runtime.getRuntime().exec("sds"); } }