ATS项目更新(1) CC视图与备份路径同步

  1: subst t: /d
  2: subst t: D:\PublicViews\Automation_Framework\SQA_ATE_DEV 
  3: 
  4: rem ** update folders
  5: t:
  6: cd ..\..\..\..\..\..\..\..\..\..\..\..\ 
  7: 
  8: rmdir /s /q "t:\_updated_jimmy" 
  9: 
 10: mkdir "_updated_jimmy" 
 11: 
 12: xcopy /C /F /R /Y /E /S /K "E:\views\jin.tao_Automation_Framework\SQA_ATE_DEV\Official Release"  "t:\Official Release"
 13: xcopy /C /F /R /Y /E /S /K "E:\views\jin.tao_Automation_Framework\SQA_ATE_DEV\Reference Assemblies" "t:\Reference Assemblies"
 14: xcopy /C /F /R /Y /E /S /K "E:\views\jin.tao_Automation_Framework\SQA_ATE_DEV\Src" "t:\Src"
 15: rem rem xcopy /C /F /R /Y /E /S /K "E:\views\jin.tao_Automation_Framework\SQA_ATE_DEV\TestCaseSrc" "t:\TestCaseSrc" 
 16: 
 17: t: 
 18: rmdir /s /q "T:\Bin"
 19: rmdir /s /q "T:\Official Release\Bin" 
 20: 
 21: rem xcopy /C /F /R /Y /E /S /K "t:\_Configuration" "t:\Official Release\Bin\Configuration"
 22: rem xcopy /C /F /R /Y /E /S /K "t:\_Configuration" "t:\Bin\Bin\Configuration" 
 23: 
 24: C:
 25: cd ..\..\..\..\..\..\..\..\..\..\..\..\
 26: subst t: /d
 27: pause 
 28: 
服务项目 技术咨询 微信图书 微信视频 微信代码 定制开发 其他福利
服务入口 QQ群有问必答
查看详情
一本书解决90%问题
查看详情
微信开发视频
小程序开发视频
免费代码
¥1888阿里云代金券
查看详情
营销工具
微信特异功能
原文地址:https://www.cnblogs.com/txw1958/p/2210104.html