Hello, Does XCOPY supprot Unicode? I mean: cmd /u /c xcopy dir1 dir2 ^>File.txt File.txt would be Unicode, but it is not. Dir and Copy command prompt functions do support Unicode in this way, but it seems Xcopy does not. How to use Xcopy to write to Unicode file? Thank you.