I'm working on a .bat program, and the program is written in Finnish. The problem is that CMD doesn't know these "special" letters, such as ?, ?, ?.
Is there a way to make those work? I'd also like it if the user could use those letters too.
Part of my code:
@echo off
/u
title JustATestProgram
goto test123
:test123
echo Letters : ?? ?? ??
pause
exit
When I open this file, the letters look like this:
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…