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: