
CODE: [Copy to clipboard]@echo off
for %%a in (*.mp3) do (
set str=%%a
for %%i in (A B C D E F G H I J K L M N O P Q R S T U V W X Y Z) do call set str=%%str:%%i=%%i%%
call echo %%str%% >>123.txt
)
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |