@echo off
:: 编码支持:[ ANSI | UTF-8 | UTF-8_BOM | UTF-16_BE | UTF-16_LE ]
::===============================================================
::【自动识别原来编码,转为:UTF-8编码】
coder.exe -c auto UTF-8 -f "需要转码.txt">已经转码.txt
exit
::===============================================================
具体参数请查看:http://www.bathome.net/thread-57518-1-1.html