Re: COPY/MOVE by Pegasus
Pegasus
Sat May 10 10:26:54 PDT 2008
"Paul Koukos" <PaulKoukos@discussions.microsoft.com> wrote in message
news:C034CCBC-FFCB-4DA2-A713-08CE86705FBB@microsoft.com...
> Is there a way thru CMD to copy/move let's say a directory with all the
> sub
> directories and all the files to another drive?
>
Sure is - here are a couple of options:
xcopy /s /d /y /c "c:\One Folder" "d:\Another Folder\"
robocopy /s "c:\One Folder" "d:\Another Folder" *.*