Display a Blank Line in a Batch File 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.
Add:
Del.icio.us |
Digg |
Furl |
My Yahoo!
Discuss This Tip
Print This Tip
Get E-Mail When New Tips are Online
Return to the DOS and Batch Files page. |