I want to list the contents of my directories and sub-directories in a file, but the contents of the sub-directories have Russian titles. How can I do that? If I list the contents in the command prompt window the list shows correctly. This works.
> dir /s
But if I try to save the list in a document the cyrillic renders as question marks. This doesn't work.
> dir /s > myFiles.txt