The reason for the increase in blanks was this line:
There are two more blanks between %%i %%j. I don't know the reason for this. I directly shortened it to one space, and the problem of increased blanks was solved. There is still the problem of blanks being deleted, and the value has not been modified. I don't know where to start. Thanks.
[ Last edited by dosfroum on 2006-2-17 at 15:51 ]
if "%%i"=="timeout" (echo %%i %%j 3 %%l>>temp.txt) else (echo %%i %%j %%k %%l>>temp.txt)
There are two more blanks between %%i %%j. I don't know the reason for this. I directly shortened it to one space, and the problem of increased blanks was solved. There is still the problem of blanks being deleted, and the value has not been modified. I don't know where to start. Thanks.
[ Last edited by dosfroum on 2006-2-17 at 15:51 ]
