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: 

最新文章

  1. Media Queries
  2. nginx 入门
  3. Android屏幕适配dp、px两套解决办法
  4. Codeforces Round #157 (Div. 2) D. Little Elephant and Elections(数位DP+枚举)
  5. Could not obtain connection metadata
  6. Python 从sketch中读取文件
  7. Spinner学习
  8. 问题记录:spark读取hdfs文件出错
  9. 如何解决 SogouIinput not enough space for thread data ?? 虚拟内存
  10. bootstrap之 Badge 角标
  11. 项目中常用js方法整理common.js
  12. ABP从入门到精通(3):aspnet-zero-core 使用Redis缓存
  13. debug时ClassNotFound可能出现的原因
  14. uva 11367 (Dijkstra+DP)
  15. 【VS2019】F12跳转到源码,关闭浏览器不停止项目【转】
  16. 理解 Redis(6) - List 值
  17. Linux下使用bind,epoll对网络编程封装
  18. Hadoop集群搭建中时间同步步骤
  19. js跨域问题解释 使用jsonp或jQuery的解决方案
  20. 配置高可用集群(实验) corosyne+pacemaker

热门文章

  1. matplotlib学习之散点图与条形图
  2. mycat schema.xml 配置文件详解
  3. PatentTips - 在物联网中进行数据过滤的方法和装置
  4. Java编程思想第四版 *第五章 个人练习
  5. DWG 对象与ArcGIS 要素的强制对应关系
  6. Hdu4771(杭州赛区)
  7. NSArray NSMutableArray 初始化
  8. 【dotnet跨平台】Asp.net 正在经历的变革
  9. 二叉堆(binary heap)—— 优先队列的实现
  10. cellForRowAtIndexPath 设置图片