How to run a BAT file from a Unicode command prompt
For those who have faced the following problem: if Unicode is enabled in Windows command prompt (chcp 65001), .BAT and .CMD files no longer run. The solution is simple: instead of “file.bat”, use “start /b file.bat”. Voila!
P.S. The BAT file run will not support Unicode though
This entry was posted on Friday, September 25th, 2009 at 11:06 and is filed under 1356. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.