1: subst t: /d
2: subst t: D:PublicViewsAutomation_FrameworkSQA_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:viewsjin.tao_Automation_FrameworkSQA_ATE_DEVOfficial Release" "t:Official Release"
13: xcopy /C /F /R /Y /E /S /K "E:viewsjin.tao_Automation_FrameworkSQA_ATE_DEVReference Assemblies" "t:Reference Assemblies"
14: xcopy /C /F /R /Y /E /S /K "E:viewsjin.tao_Automation_FrameworkSQA_ATE_DEVSrc" "t:Src"
15: rem rem xcopy /C /F /R /Y /E /S /K "E:viewsjin.tao_Automation_FrameworkSQA_ATE_DEVTestCaseSrc" "t:TestCaseSrc"
16:
17: t:
18: rmdir /s /q "T:Bin"
19: rmdir /s /q "T:Official ReleaseBin"
20:
21: rem xcopy /C /F /R /Y /E /S /K "t:\_Configuration" "t:Official ReleaseBinConfiguration"
22: rem xcopy /C /F /R /Y /E /S /K "t:\_Configuration" "t:BinBinConfiguration"
23:
24: C:
25: cd ........................
26: subst t: /d
27: pause
28: