This tip was printed from the MalekTips Computer and Technology Help and Tips website at http://malektips.com.
SUMMARY: Separate batch file output with blank lines.
Need to separate lines of batch file output to make it easier to read? Typing ECHO and just a space in a batch file does not display a blank line - it just displays the text 'Echo is on' or 'Echo is off.' Instead, to display a blank line, type in ECHO and a period using no spaces in between:
ECHO.
Press the "print" button on your browser or select "File" - "Print" to print this tip. Then, return to DOS and Batch Files - Display a Blank Line in a Batch File
Standard disclaimer applies - read http://malektips.com/disclaim.html