Hello, and thank you for reading.
I'm making a .bat file and i'd like it to write ASCII-Art into a txt file.
I was able to find the command to append a new line to the file when echoing text, but when I read that text file, all I see is a layout-sign and not a space.
I think it would work opening that file with Word or even WordPad, but I would like it to work on any computer, even if that computer only has notepad(wich is mostly the case).
Can someone help me figure out how to open the text file in a certain program (i.e. WordPad) or how to write a proper space character to the file?
EDIT:
Ty all, awesome site and realy fast answers! I found that it is the best way to use
echo <line1> > <filename>
echo <line2> >> <filename>
P.S. i used |
in my ASCII Art so it crashed, Dumb Dumb Dumb :)