Add new line in text file with Windows batch file
I believe you are using the echo Text >> Example.txt function? If so the answer would be simply adding a “.” (Dot) directly after the echo with nothing else there. Example: echo Blah echo Blah 2 echo. #New line is added echo Next Blah