<?php
include("ClonerClass.php");


$a = new CloneOrCopy();
$a->des = "D_Drive_Clone";
$a->src = "test";
$a->CreateCopy();









?>