Search code examples
windows-7batch-filecmd

Batch Lines not showing up correctly


Trying to add some lines ╔═╬ to my batch files. The issue I am having is that they do not show up properly in CMD.

I am using Windows 7 Professional.


Solution

  • I had to use CHCP 65001 to get the characters to work correctly for me.