I want to copy the folder "C:\documents and settings\hp\my documents" to D:\ through the Windows cmd console. How can i do this?

link|improve this question
3  
Do you actually mean DOS? Or do you mean from the Windows command line (which is not DOS, but looks similar)? – Eilon Jan 17 '10 at 6:51
1  
Well, the 'documents and settings' is a clue. – pavium Jan 17 '10 at 8:22
feedback

migrated from stackoverflow.com Jan 17 '10 at 6:52

This question came from our site for professional and enthusiast programmers.

1 Answer

xcopy /e "C:\Documents and Settings\hp\My Documents" D:\
link|improve this answer
feedback

Your Answer

 
or
required, but never shown