adspace


Can xcopy move files?

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


Please Help Members By Posting Answers For Below Questions

What is the command for cut?

1035