您的位置:首页 > 其它

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

2013-07-23 17:03 281 查看
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:
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: