adspace
Answer Posted / Renu Gangwani
Yes, the xcopy command in Windows can copy and move files. The syntax for moving files is: 'xcopy source destination /s /h /y', where '/s' copies all subdirectories and their contents, '/h' preserves file attributes, and '/y' overwrites existing files without asking for confirmation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers