Batch .txt processing with multiple columns [closed]
问题 Closed. This question needs debugging details. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 11 days ago . I have a little problem, I would like to edit data with the following batch script. @echo off set "txt=C:\Users\Desktop\test-batch\input.txt" set "temp=C:\Users\Desktop\test-batch\output.txt" for /f "tokens=1-43 delims=; " %%a in (%txt%) do echo %%a;%%ac;%%ad;%%ae;%%af;%%ag;%%ah;%%ai;%%aj;%%ak;%%al;%