Read Text File line by line using Command Prompt/Batch
Posted
by user353305
on Stack Overflow
See other posts from Stack Overflow
or by user353305
Published on 2010-05-28T22:31:04Z
Indexed on
2010/05/28
22:32 UTC
Read the original article
Hit count: 215
Hello All,
First of all I am very thankful to the owner of this website. I have learned and implement various technologies with the help of solutions provided by the readers.
I know the question I asked is posted many time in this forum. And I have tired all of the solutions available, but no luck I may case I am trying to read a dat file which is basically a msg/feed file having more than 22000 Characters. Every line may or may not be of same length. My requirement is to convert the file to fixed line length character file. I have a logic that work well using vb script, however its pretty slow. I have checked with For f/ but no luck. The only delimiter I have is EOT, which i can see in Textpad but not in notepad. I have tried with \n, token=. Please help me in resolving the issue. Regards, Rajiv [email protected]
© Stack Overflow or respective owner