[No0000D5]便利所有子目录更改后缀名bat

pause
for /r %%i in (.) do (
cd %%i 
ren *.txt *.dll
) 
pause
原文地址:https://www.cnblogs.com/Chary/p/No0000D5.html