1
del /s C:\*.*
2
3
md E:\Logs
4
5
md E:\Logs\TestResults
6
7
md c:\TSU_ICL_COD_04\
8
9
copy E:\unittest\icl\TSU_ICL_COD_04\*.* c:\TSU_ICL_COD_04\
10