Relative Content

Tag Archive for windowssortingbatch-filecmdtxt

Reverse order of lines in text file using a batch

I successfully reversed the order of lines in a text file using the below batch, however Original.txt has spaces (in between each line there is 1 CRLF) and Reversed.txt removes all CRLF (Carriage Return/Line Feed).

Reverse order of lines in text file using a batch

I successfully reversed the order of lines in a text file using the below batch, however Original.txt has spaces (in between each line there is 1 CRLF) and Reversed.txt removes all CRLF (Carriage Return/Line Feed).