c:\test>dir ac*/b File Not Found c:\test>chcp 850 & echo this is acentó.dat >acentó.dat & perl -we"open I,$ARGV[0]; print while" acentó.dat & del ac* Active code page: 850 this is acentó.dat c:\test>chcp 437 & echo this is acentó.dat >acentó.dat & perl -we"open I,$ARGV[0]; print while" acentó.dat & del ac* Active code page: 437 this is acentó.dat c:\test>chcp 1250 & echo this is acentó.dat >acentó.dat & perl -we"open I,$ARGV[0]; print while" acentó.dat & del ac* Active code page: 1250 this is acent˘.dat c:\test>chcp 1252 & echo this is acentó.dat >acentó.dat & perl -we"open I,$ARGV[0]; print while" acentó.dat & del ac* Active code page: 1252 this is acentó.dat