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\
xcopy 高级使用
原文:https://www.cnblogs.com/luodengxiong/p/12642651.html