Re: [OT] Using DIR (CMD) with redirection to a file
- Posted by krg Oct 13, 2009
- 2288 views
You could try this. Before running the dir command, create another instance of the command shell like this:
cmd /u
This instructs cmd to use Unicode when redirecting to a pipe or file.
Not sure if this will solve your problem, but it is worth a try.