mkdir "..\\BC_TESTCASES"; $copy_s= "..\\BC_TESTCASES"; print "$copy_s"; $copy_d= "$dir1/BC_TESTCASES"; system "copy \"$copy_s\" \"$copy_d\" ";