OSDN Git Service

Version 2.00
[vbslib/main.git] / _src / Test / tools / PartRep / test / T_PartRep1 / T_ALL_4_setup.bat
1 REM === Make the answer data including absolute path \r
2 \r
3 pushd .\r
4 set base=%cd%\r
5 popd\r
6 \r
7 set out=T_Basic_ans.txt\r
8 if exist %out% del %out%\r
9 echo %base%\dst1_x.txt>>%out%\r
10 echo 1 files replaced.>>%out%\r
11 \r
12 set out=T_BigHeadDst_ans.txt\r
13 if exist %out% del %out%\r
14 echo Not found "%base%\from1.txt" in the start 50 lines or 256 characters in "%base%\dst60_x.txt">>%out%\r
15 \r
16 set out=T_BigReplace_ans.txt\r
17 if exist %out% del %out%\r
18 echo Not found "%base%\src60.txt" in the start 50 lines or 256 characters in "%base%\dst60_x.txt">>%out%\r
19 \r
20 set out=T_BigTo_ans.txt\r
21 if exist %out% del %out%\r
22 echo Too big "%base%\src60.txt">>%out%\r
23 \r
24 set out=T_Bin_ans.txt\r
25 if exist %out% del %out%\r
26 echo Not found "%base%\from1.txt" in the start 50 lines or 256 characters in "%base%\bin1_x.bin">>%out%\r
27 \r
28 set out=T_HitPart_ans.txt\r
29 if exist %out% del %out%\r
30 echo Not found "%base%\from1.txt" in the start 50 lines or 256 characters in "%base%\dst2_x.txt">>%out%\r
31 \r
32 set out=T_BigFrom_ans.txt\r
33 if exist %out% del %out%\r
34 echo Not found "%base%\src60.txt" in the start 50 lines or 256 characters in "%base%\dst1_x.txt">>%out%\r
35 \r
36 set out=T_PartMatch1_ans.txt\r
37 if exist %out% del %out%\r
38 echo %base%\dst3_x.txt>>%out%\r
39 echo 1 files replaced.>>%out%\r
40 \r
41 set out=T_PartMatch2_ans.txt\r
42 if exist %out% del %out%\r
43 echo %base%\dst4_x.txt>>%out%\r
44 echo 1 files replaced.>>%out%\r
45 \r
46 :fin\r
47 \r
48 set out=\r
49 set base=\r
50  \r