Create many folders from text File

I have Windows 7 (English) and I want to create many folders from a text with Greeks names (I'm Greek).
Do you know any program (especially freeware) or a command line trick to get my job done ? Thank you very much.
share|improve this question
You could do this with the FOR command in dos calling MD to create directories:
Example. Create a text file with a folder name on each line, and save as test.txt then on the command line run:
FOR /F %i in (test.txt) do md %i
Not sure if Greek names require unicode, and how the above would be affected by that though.
share|improve this answer
SOURCE: Scan image automaticaly - Google Search:



'via Blog this'

No comments: