I make a small game with Windows batch. It's just for fun a small holiday project.
How can I add | to an echo command?
At the top of the game/terminal, you can see a big title:
_____ _____ _____ _____
/\ \ /\ \ /\ \ /\ \
/::\ \ /::\ \ /::\____\ /::\ \
/::::\ \ /::::\ \ /::::| | /::::\ \
/::::::\ \ /::::::\ \ /:::::| | /::::::\ \
/:::/\:::\ \ /:::/\:::\ \ /::::::| | /:::/\:::\ \
/:::/ \:::\ \ /:::/__\:::\ \ /:::/|::| | /:::/__\:::\ \
/:::/ \:::\ \ /::::\ \:::\ \ /:::/ |::| | /::::\ \:::\ \
/:::/ / \:::\ \ /::::::\ \:::\ \ /:::/ |::|___|______ /::::::\ \:::\ \
/:::/ / \:::\ ___\ /:::/\:::\ \:::\ \ /:::/ |::::::::\ \ /:::/\:::\ \:::\ \
/:::/____/ ___\:::| |/:::/ \:::\ \:::\____\/:::/ |:::::::::\____\/:::/__\:::\ \:::\____\
\:::\ \ /\ /:::|____|\::/ \:::\ /:::/ /\::/ / ~~~~~/:::/ /\:::\ \:::\ \::/ /
\:::\ /::\ \::/ / \/____/ \:::\/:::/ / \/____/ /:::/ / \:::\ \:::\ \/____/
\:::\ \:::\ \/____/ \::::::/ / /:::/ / \:::\ \:::\ \
\:::\ \:::\____\ \::::/ / /:::/ / \:::\ \:::\____\
\:::\ /:::/ / /:::/ / /:::/ / \:::\ \::/ /
\:::\/:::/ / /:::/ / /:::/ / \:::\ \/____/
\::::::/ / /:::/ / /:::/ / \:::\ \
\::::/ / /:::/ / /:::/ / \:::\____\
\::/____/ \::/ / \::/ / \::/ /
\/____/ \/____/ \/____/
But the Windows command processor exits processing the batch file instantly when I type in the batch file:
echo |
I tried to use command ECHO with using the syntax "Title" and 'Title', but then it looks ugly.
So, is there any other way to use echo with |?