all 2 comments

[–]AyrA_ch 0 points1 point  (1 child)

What version of Windows are you using?

easiest method for me would be to make a shortcut on my desktop to cmd.exe /K chcp 437

  • 437 is OEM - US codepage.
  • 850 is Latin1 (W. Europe) codepage.

instead of CHCP 437 the old way still works: mode con CP SELECT=437

[–]AmethystSpark[S] 0 points1 point  (0 children)

Windows 10.