View Full Version : How do I generate all filename from a folder with unicode?
jamewoong
Jul 8th, 2009, 06:14 PM
i just insert a dvd and i would like to get all the filenames in a folder "under windows xp" in unicode (chinese character). i can manually do it, but i think there's a way to make it through with a fewer clicks.
does anyone know how or a little program that can do that?
thx
TakumiDC5
Jul 8th, 2009, 06:32 PM
Do you just want a list of the filenames?
Open a cmd prompt and goto the directory that you want and type:
dir > output.txt
It should work as long as you have East Asian Language support installed in XP.
Hairball
Jul 8th, 2009, 06:36 PM
Showing unicode output isn't by default on XP or Vista in the command line.
I think there are a few workarounds you do to try.
jamewoong
Jul 8th, 2009, 07:50 PM
Do you just want a list of the filenames?
Open a cmd prompt and goto the directory that you want and type:
dir > output.txt
It should work as long as you have East Asian Language support installed in XP.
i want the list of the filename exported to .txt so i can use them.
well... it's not working >_< i can only see ??? but the filename is ??? (chinese character - this site doesn't support unicode, that's why u see 3 ???)
jamewoong
Jul 9th, 2009, 09:02 PM
any idea?