How do we use a batch for loop to read a text file
Moderator: DosItHelp
-
- Posts: 1
- Joined: 20 Jul 2012 05:02
How do we use a batch for loop to read a text file
How do we use a batch for loop to read a text file, sman.txt?
Re: How do we use a batch for loop to read a text file
Sam Johnson wrote:How do we use a batch for loop to read a text file, sman.txt?
HI Bill, You probably shouldn't have called your file sman.txt
Now we know it is you again.
Code: Select all
FOR /F "delims=" %%G in (sman.txt) do echo %%G
Re: How do we use a batch for loop to read a text file
'
banned Sam Johnson aka billrich, ( thanks for reporting ).
banned Sam Johnson aka billrich, ( thanks for reporting ).