Echo a blank (empty) line to the console from a Windows batch file

Viewed 252564

When outputting status messages to the console from a Windows batch file, I want to output blank lines to break up the output. How do I do this?

3 Answers
Related