Windows的cmd命令拷贝文件夹及子文件夹中的文件强制覆盖到指定目录

xcopy /y /c /h /r /s "source\*.*" "dest"

拷贝source目录下的所有文件及子目录下的文件,强制覆盖到dest目录下。

posted @ 2020-09-04 11:22  ziwuxian  阅读(6672)  评论(0编辑  收藏  举报