Dear All,
My Advanced wishes for New Year 2007.
I have written the below code to read each line in a file. But if there is a space, it is considering first word of line only. So what I have understand is it is considering space as delimiter. Now my question is how to read total line? What changes do I need to do in the below snippet?
@echo off
FOR /F %%a IN (c:\files.txt) do echo %%a
Thanks
Sudhakar
Start Free Trial