You are not logged in.
Pages: 1
Say I have this folder with these files in it:
C:\strange files\
cæsar's.jpg
file°.txt
file¹.txt
reports—jan.zip
sométhing.dll
ÿûÞ.txt
If I run this command:
dir "C:\strange files\*" /b > c:\test.txt
The contents of c:\test.txt would be:
c'sar's.jpg
fileø.txt
file1.txt
reports-jan.zip
som‚thing.dll
˜–_.txt
Why is this happening and is there any way to get the real file names? ![]()
Offline
this is caused by font the default cmd font is terminal so cirtan characters look different or there not suported
Offline
What is your code page?
Enter this command to check;
> chcp
Last edited by Drewfus (2010-02-10 22:31:44)
Offline
437 is mine and those characters show up the same
Offline
Pages: 1