Is it possible to put a new line character in an echo line in a batch file?

Viewed 98149

Is it possible to put a new line character in an echo line in a batch file?

Basically I want to be able to do the equivalent of:

echo Hello\nWorld

You can do this easily enough in Linux, but I can't work out how to do it in Windows.

7 Answers
Related