maillard 当前离线
列兵
lforl 当前离线
三级士官
CrLf 发表于 2012-9-19 00:50
TOP
CrLf 当前离线
论坛巡查
@echo off (for /f "delims=" %%a in (a.txt) do echo \%%a.mp3)>mp3.txt dir /s /a-d /b *.mp3|findstr /e /g:mp3.txt>list.txt (for /f "delims=" %%a in (list.txt) do copy /y "%%a" "%%~nxa") 2>nul pause复制代码