C
Cindy Parker
Assume I open a commandprompt and go to a directory
D:\test\mydir\
which contains many files. Some of them have cyrillic filenames.
Now I want to store this directory list into a file.txt. The first approach:
dir >file.txt
does NOT work because commandprompt is not able to handle cyrillic filenames.
How else can I achieve this?
Cindy
D:\test\mydir\
which contains many files. Some of them have cyrillic filenames.
Now I want to store this directory list into a file.txt. The first approach:
dir >file.txt
does NOT work because commandprompt is not able to handle cyrillic filenames.
How else can I achieve this?
Cindy