
public class CopyFile {

	public static void main(String[] args) {
		

		String input = "c:\\input.txt";
		String output = "c:\\output.txt";
	}

}
