Wednesday, 21 May 2014

4) How to copy and Paste Entire Folder from one path to another path

xcopy "C:\Important Files" "D:\Backup" /c /d /e /h /i /k /q /r /s /x /y

I this command , I have to copy a folder "Important Files" from C:\  to "Backup" folder of D:\  . So A Folder "Important Files" will be pasted into inside of  "Backup" folder.

No comments:

Post a Comment