I make a simple batch file, but Windows command processor cmd.exe does not display Danish characters correct when I execute the batch file. It shows weird chara
cmd.exe
Use chcp to manage your code page.
Like Mofi said, specifying the following would help your case:
chcp 1252
Use this line of code before you print echo æøå.
echo æøå