OSDN Git Service

Version 3.00
[vbslib/main.git] / _src / Test / tools / PartCmp / test / T_DOpt / T_ALL_4_setup.bat
1 echo off \r
2 set base=%cd%\r
3 \r
4 set out=T_DOpt1_ans.txt\r
5 if exist %out% del %out%\r
6 echo [PartCmp]>>%out%\r
7 echo PartStartTag: "[start]">>%out%\r
8 echo MasterPartFile: "left*.txt">>%out%\r
9 echo.>>%out%\r
10 echo Investigating in "%base%\target\*.txt" without sub folder ...>>%out%\r
11 echo.>>%out%\r
12 echo Same: %base%\target\right1.txt>>%out%\r
13 echo   matched part file: left1.txt>>%out%\r
14 echo Same: %base%\target\right2.txt>>%out%\r
15 echo   matched part file: left1.txt>>%out%\r
16 echo Diff: %base%\target\right3.txt>>%out%\r
17 echo Same: %base%\target\right4.txt>>%out%\r
18 echo   matched part file: left2.txt>>%out%\r
19 echo Diff: %base%\target\right5.txt>>%out%\r
20 echo.>>%out%\r
21 echo ----------------------------------------------------->>%out%\r
22 echo.>>%out%\r
23 echo Same as left1.txt are 2 files>>%out%\r
24 echo %base%\target\right1.txt>>%out%\r
25 echo %base%\target\right2.txt>>%out%\r
26 echo.>>%out%\r
27 echo Same as left2.txt are 1 files>>%out%\r
28 echo %base%\target\right4.txt>>%out%\r
29 echo.>>%out%\r
30 echo Others are 2 files>>%out%\r
31 echo %base%\target\right3.txt>>%out%\r
32 echo %base%\target\right5.txt>>%out%\r
33 echo.>>%out%\r
34 echo Total 5 files>>%out%\r
35 \r
36 set out=T_DOpt2_ans.txt\r
37 if exist %out% del %out%\r
38 echo [PartCmp]>>%out%\r
39 echo PartStartTag: "[start]">>%out%\r
40 echo MasterPartFile: "left*.txt">>%out%\r
41 echo.>>%out%\r
42 echo Investigating in "%base%\target\*.txt" with sub folder ...>>%out%\r
43 echo.>>%out%\r
44 echo Same: %base%\target\right1.txt>>%out%\r
45 echo   matched part file: left1.txt>>%out%\r
46 echo Same: %base%\target\right2.txt>>%out%\r
47 echo   matched part file: left1.txt>>%out%\r
48 echo Diff: %base%\target\right3.txt>>%out%\r
49 echo Same: %base%\target\right4.txt>>%out%\r
50 echo   matched part file: left2.txt>>%out%\r
51 echo Diff: %base%\target\right5.txt>>%out%\r
52 echo Same: %base%\target\2\right1.txt>>%out%\r
53 echo   matched part file: left1.txt>>%out%\r
54 echo.>>%out%\r
55 echo ----------------------------------------------------->>%out%\r
56 echo.>>%out%\r
57 echo Same as left1.txt are 3 files>>%out%\r
58 echo %base%\target\right1.txt>>%out%\r
59 echo %base%\target\right2.txt>>%out%\r
60 echo %base%\target\2\right1.txt>>%out%\r
61 echo.>>%out%\r
62 echo Same as left2.txt are 1 files>>%out%\r
63 echo %base%\target\right4.txt>>%out%\r
64 echo.>>%out%\r
65 echo Others are 2 files>>%out%\r
66 echo %base%\target\right3.txt>>%out%\r
67 echo %base%\target\right5.txt>>%out%\r
68 echo.>>%out%\r
69 echo Total 6 files>>%out%\r
70 \r
71 set out=_out_ans.bat\r
72 if exist %out% del %out%\r
73 echo set out=%base%\target\right3.txt>>%out%\r
74 \r
75 set out=\r
76 set base=\r
77  \r