@echo off
for /f "tokens=1 delims=%% " %%a in (222.txt) do echo %%a>>2222.txt
pause
The content in 222.txt is as follows:
0|60|0|100.00%|0.00%|17.32%|14.57%|55.64%|8.14|18.14|0.02|16.35|16.19|83.51|26%
There was an execution error, I don't understand...
At first, I just wanted to remove the % in the file, but the for execution didn't work
I'm sorry, it's because I didn't write my content in enough detail to cause disputes among everyone,
, just to explain the problem, I didn't write it in too much detail, sorry
[ Last edited by jinrich on 2006-12-15 at 11:16 PM ]
for /f "tokens=1 delims=%% " %%a in (222.txt) do echo %%a>>2222.txt
pause
The content in 222.txt is as follows:
0|60|0|100.00%|0.00%|17.32%|14.57%|55.64%|8.14|18.14|0.02|16.35|16.19|83.51|26%
There was an execution error, I don't understand...
At first, I just wanted to remove the % in the file, but the for execution didn't work
I'm sorry, it's because I didn't write my content in enough detail to cause disputes among everyone,
, just to explain the problem, I didn't write it in too much detail, sorry[ Last edited by jinrich on 2006-12-15 at 11:16 PM ]
Just does it;I lov bat
