Projects

Batch Script

How to read a text file and including empty lines in batch?

There will be a problem if you want to read the file with a for-loop, it will display the content without blank lines because the "for" statement in the batch script ignores blank lines.


Last modified: 2023-06-19

<