不用什麼工具,在命令列打入
type shopid.sql > shopid
即可轉為純ASCII
轉 *.sql 至ASCII
for /f %%a IN ('dir /b *.sql') do (type %%a > %%a.txt)