xcopy 高级使用

rem date: 04-06-2020 MM-dd-yyyy
rem exclude folder: \.idea\
rem xcopy [from] [to] 
xcopy 原地址 目标地址 /s /d:04-06-2020 /exclude:EXCLUDE.txt /y

需要排除的文件

.classpath 
.class 
.log
\.idea\
\target\

 

posted @ 2020-04-06 16:25  香巴拉  阅读(158)  评论(0编辑  收藏  举报