ATS项目更新(1) CC视图与备份路径同步
1: subst t: /d2: subst t: D:\PublicViews\Automation_Framework\SQA_ATE_DEV3:4: rem ** update folders5: 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: /d27: pause28:
本文来自博客园,作者:方倍工作室,转载请注明原文链接:https://www.cnblogs.com/txw1958/archive/2011/10/13/2210104.html