發現空白增加的原因是這行
if "%%i"=="timeout" (echo %%i %%j 3 %%l>>temp.txt) else (echo %%i %%j %%k %%l>>temp.txt)
%%i %%j 中間的空白多了兩個 不知道這樣弄得原因在哪邊
我直接把縮短為一個空格 空增加的問題就好了
剩下空白被刪除的問題了 和 值並未被修改
不知道從何解起 謝謝
Last edited by dosfroum on 2006-2-17 at 15:51 ]
The reason for the increase in blanks was this line:
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 ]