class Execute
{
 public static void main(java.lang.String[] args) throws Exception
  {
	//Process p = Runtime.getRuntime().exec("\\Windows\\pxl.exe");
	Runtime.getRuntime().exec("\\Windows\\pxl.exe");
	//p.waitFor();
 	}
}

