Forum Moderators: coopster
I need a list of filenames within a directory, including it's subdirectories, on Windows XP. Most filenames include characters outside the standard western set.
Windows filenames are apparently UTF16 and, on English XP, the DOS command
dir /b /s *.* >filelist.txt
seems to work only for ~ASCII so I end up with '?' marks for each character outside this.
I've tried Xenu but it didn't pick them up as orphan files.
This following a post [webmasterworld.com] to the Microsoft Windows OS forum.
Any ideas - I'm stumped.
My code page was already set as multilingual 850 and wouldn't accept CHCP 65001 (UTF8) - maybe limitation of Home XP?
I also tried a variety of other things including an unsuccessful use of Cscript.exe.
Finally today had some inspiration and used EmEditor's 'Find in Files' to seek something common to all the files.
:)