Troubleshoot: Windows DOS Recursively Copy Files

Problem: Windows DOS command: copy files with some extension recursively   

 Just use the XCOPY command with recursive option

xcopy c:\*.doc k:\mybackup /sy
         /s will make it "recursive"

No comments:

Post a Comment