OSDN Git Service

Version 2.00
[vbslib/main.git] / _src / Test / tools / PartCmp / test / T_PartCmp2 / T_ALL_4_setup.bat
1 echo off \r
2 set base=%cd%\r
3 pushd ..\..\r
4 set base2=%cd%\r
5 popd\r
6 \r
7 set out=T_Basic1_ans.txt\r
8 if exist %out% del %out%\r
9 echo [PartCmp]>>%out%\r
10 echo PartStartTag: "[start]">>%out%\r
11 echo MasterPartFile: "left1.txt">>%out%\r
12 echo.>>%out%\r
13 echo Investigating in "%base%\1\*" with sub folder ...>>%out%\r
14 echo.>>%out%\r
15 echo Same: %base%\1\right1.txt>>%out%\r
16 echo Same: %base%\1\right2.txt>>%out%\r
17 echo All Same.>>%out%\r
18 \r
19 set out=T_Basic2_ans.txt\r
20 if exist %out% del %out%\r
21 echo [PartCmp]>>%out%\r
22 echo PartStartTag: "[start]">>%out%\r
23 echo MasterPartFile: "left1.txt">>%out%\r
24 echo.>>%out%\r
25 echo Investigating in "%base%\2\*" with sub folder ...>>%out%\r
26 echo.>>%out%\r
27 echo Same: %base%\2\right1.txt>>%out%\r
28 echo Same: %base%\2\right2.txt>>%out%\r
29 echo Diff: %base%\2\right3.txt>>%out%\r
30 \r
31 set out=T_Basic3_ans.txt\r
32 if exist %out% del %out%\r
33 echo [PartCmp]>>%out%\r
34 echo PartStartTag: "[start]">>%out%\r
35 echo MasterPartFile: "left1.txt">>%out%\r
36 echo.>>%out%\r
37 echo Investigating in "%base%\3\*" with sub folder ...>>%out%\r
38 echo.>>%out%\r
39 echo %base2%\PartCmp.vbs(0, 1) Microsoft VBScript \8eÀ\8ds\8e\9e\83G\83\89\81[: [ERROR] No file matched StartTag.>>%out%\r
40 echo.>>%out%\r
41 \r
42 set out=T_OutBat1_ans.txt\r
43 if exist %out% del %out%\r
44 echo [PartCmp]>>%out%\r
45 echo PartStartTag: "[start]">>%out%\r
46 echo MasterPartFile: "left1.txt">>%out%\r
47 echo.>>%out%\r
48 echo Investigating in "%base%\1\*" with sub folder ...>>%out%\r
49 echo.>>%out%\r
50 echo Same: %base%\1\right1.txt>>%out%\r
51 echo Same: %base%\1\right2.txt>>%out%\r
52 echo All Same.>>%out%\r
53 \r
54 set out=T_OutBat2_ans.txt\r
55 if exist %out% del %out%\r
56 echo [PartCmp]>>%out%\r
57 echo PartStartTag: "[start]">>%out%\r
58 echo MasterPartFile: "left1.txt">>%out%\r
59 echo.>>%out%\r
60 echo Investigating in "%base%\2\*" with sub folder ...>>%out%\r
61 echo.>>%out%\r
62 echo Same: %base%\2\right1.txt>>%out%\r
63 echo Same: %base%\2\right2.txt>>%out%\r
64 echo Diff: %base%\2\right3.txt>>%out%\r
65 \r
66 set out=T_OutBat2_out_ans.bat\r
67 if exist %out% del %out%\r
68 echo set out=%base%\2\right3.txt>>%out%\r
69 \r
70 set out=T_OutBat3_ans.txt\r
71 if exist %out% del %out%\r
72 echo [PartCmp]>>%out%\r
73 echo PartStartTag: "[start]">>%out%\r
74 echo MasterPartFile: "left1.txt">>%out%\r
75 echo.>>%out%\r
76 echo Investigating in "%base%\3\*" with sub folder ...>>%out%\r
77 echo.>>%out%\r
78 echo %base2%\PartCmp.vbs(0, 1) Microsoft VBScript \8eÀ\8ds\8e\9e\83G\83\89\81[: [ERROR] No file matched StartTag.>>%out%\r
79 echo.>>%out%\r
80 \r
81 set out=\r
82 set base=\r
83 set base2=\r
84  \r