I am making a .bat file, and I would like it to write ASCII art into a text file.
.bat
I was able to find the command to append a new line to the file when e
echo "text to echo" > file.txt