I am attempting to create a Windows Batch File that creates a .txt with mulitple lines. I\'ve tried several solutions to insert a line break in the string but no avail. Ther
( echo Here is my first line echo Here is my second line echo Here is my third line )>"myNewTextFile.txt" pause