Hi,

I tried to move some file between two folder. i use this command to do it:
MOVE "$src*.*" "$dst" /c /h /r

It's works fine. But the problem is when the file already exist on the destination folder, the destination file is overwrite by the source one".
I try to find how to keep the most recent file on the destination folder (if the source file is older than the destination one".

Could you help me?

regards