//复制文件夹到指定文件夹
xcopy /s /y F:\git\gitee\web\accumulation F:\git\github\wsttask.github.io\_drafts\accumulation
/s:
/y: 默认覆盖
//复制文件夹到指定文件夹
xcopy /s /y F:\git\gitee\web\accumulation F:\git\github\wsttask.github.io\_drafts\accumulation
/s:
/y: 默认覆盖