@echo off powershell ^ dir . *.txt -r^|%%{^ ((gc $_.fullname) -join \"`r`n\").ToLower()^|out-file $_.fullname -enc default;^ } pause复制代码