0

I am making a batch file that requires support for the different regions:

  • en-US
  • zh-HK

So, I used the chcp command to force the batch script to run in codepage 950(that's zh-HK).

However, I ran into an issue. When I run the batch file, the chcp command changes the font, and causes my batch script to show incorrect results.

How do I chcp to 950, without changing the font?

stevefestl
  • 101
  • 6

0 Answers0