xcopy应用于版本合并

脚本

set src=C:\Users\cl\project
set dist=C:\Users\cl\project
xcopy %src% %dist% /y /e /exclude:exclude.txt

 排除文件

.gitignore
.settings
.idea
.classpath
.class
.project
.iml
.eml
target
bin
log
.yml

  

猜你喜欢

转载自www.cnblogs.com/yun965861480/p/12096731.html