arrays - How do I increment a DOS variable in a FOR /F loop? - Stack Overflow
I'm trying to read text lines from a file, and increment a counter so I can eventually simulate an array in DOS. I'd like to be able to store the lines of text in a DOS array for further processing. My current attempt is: set TEXT_T="myfile.txt" set /a c=...