Re: [OT] Using DIR (CMD) with redirection to a file
- Posted by mattlewis (admin) Oct 05, 2009
- 2464 views
znorq2 said...
Hi, Matt.
The current code page is 850.
Ok, it definitely sounds like the issue is with the file you're using to view the output. I ran this:
sequence s = {#66,#69,#6C,#65,#73,#2E,#74,#78,#74, #0D,#0A, #91,#9B,#86,#92,#9D,#8F, #0D,#0A } puts(1, s )
...and got the expected output:
files.txt æøåÆØÅ
So the file appears to be correct.
Matt