It does'nt seem to work, it copies all the files from that drive/folder. i need the command to copy ALL files/folders/sub-folders automatically to the destination i want. Anyone?
<< It does'nt seem to work, it copies all the files from that drive/folder. i need the command to copy ALL files/folders/sub-folders automatically to the destination i want. Anyone? >>
C:\>xcopy d:\ c:\cd /e /s
The /E and /S will copy subfolders that contain stuff and don't contain stuff.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.