
CODE: [Copy to clipboard]2.找出B目录下与A目录中没有歌词的MP3文件找出来@echo off
for /f "delims=" %%i in ('dir /b /s b\*.mp3') do (
dir /b /s "a\%%~ni".lrc >nul 2>nul||>>没有歌词的mp3文件.txt echo %%i
)
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |