OSDN Git Service

Version 3.00
[vbslib/main.git] / _src / Test / tools / PartCmp / test / T_PartCmp1 / 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%\right1.txt" without sub folder ...>>%out%\r
14 echo.>>%out%\r
15 echo Same.>>%out%\r
16 \r
17 set out=T_Basic2_ans.txt\r
18 if exist %out% del %out%\r
19 echo [PartCmp]>>%out%\r
20 echo PartStartTag: "[start]">>%out%\r
21 echo MasterPartFile: "left1.txt">>%out%\r
22 echo.>>%out%\r
23 echo Investigating in "%base%\right2.txt" without sub folder ...>>%out%\r
24 echo.>>%out%\r
25 echo Same.>>%out%\r
26 \r
27 set out=T_Basic3_ans.txt\r
28 if exist %out% del %out%\r
29 echo [PartCmp]>>%out%\r
30 echo PartStartTag: "[start]">>%out%\r
31 echo MasterPartFile: "left1.txt">>%out%\r
32 echo.>>%out%\r
33 echo Investigating in "%base%\right3.txt" without sub folder ...>>%out%\r
34 echo.>>%out%\r
35 echo diff>>%out%\r
36 \r
37 set out=T_Basic4_ans.txt\r
38 if exist %out% del %out%\r
39 echo [PartCmp]>>%out%\r
40 echo PartStartTag: "[start]">>%out%\r
41 echo MasterPartFile: "left1.txt">>%out%\r
42 echo.>>%out%\r
43 echo Investigating in "%base%\right4.txt" without sub folder ...>>%out%\r
44 echo.>>%out%\r
45 echo diff>>%out%\r
46 \r
47 set out=T_Basic5_ans.txt\r
48 if exist %out% del %out%\r
49 echo [PartCmp]>>%out%\r
50 echo PartStartTag: "[start]">>%out%\r
51 echo MasterPartFile: "left1.txt">>%out%\r
52 echo.>>%out%\r
53 echo Investigating in "%base%\right5.txt" without sub folder ...>>%out%\r
54 echo.>>%out%\r
55 echo ^<ERROR err_number='101' err_description='Not found "[start]" in the start 50 lines or 256 characters in "%base%\right5.txt"'/^>>>%out%\r
56 \r
57 set out=T_Bin_ans.txt\r
58 if exist %out% del %out%\r
59 echo [PartCmp]>>%out%\r
60 echo PartStartTag: "[start]">>%out%\r
61 echo MasterPartFile: "left1.txt">>%out%\r
62 echo.>>%out%\r
63 echo Investigating in "%base%\bin1.bin" without sub folder ...>>%out%\r
64 echo.>>%out%\r
65 echo ^<ERROR err_number='101' err_description='Not found "[start]" in the start 50 lines or 256 characters in "%base%\bin1.bin"'/^>>>%out%\r
66 \r
67 \r
68 set out=\r
69 set base=\r
70 set base2=\r
71  \r