How can you echo a newline in batch files?

Posted by Brian R. Bondy on Stack Overflow See other posts from Stack Overflow or by Brian R. Bondy
Published on 2008-09-25T11:50:24Z Indexed on 2010/06/02 18:14 UTC
Read the original article Hit count: 168

Filed under:
|

How can you you insert a newline from your batch file output.

I want to do something like:

> echo hello\nworld

Which would output:

hello
world

© Stack Overflow or respective owner

Related posts about batch-file

Related posts about ms-dos