import java.awt.*; public class testex { testex() { try { Runtime.getRuntime().exec("cp ppp qqq"); } catch (Exception e) { System.out.println("----------------------"); } } public static void main(String[] args) { new testex(); } }