lth40555 当前离线
一级士官
keen 当前离线
荣誉版主
@echo off&setlocal enabledelayedexpansion for /f "delims=" %%i in ('dir /a:d /s /b d:^| find /i "music\"')do ( set "wind=%%i" set r=!wind:~3! echo d | xcopy !wind! d:\mp3\!r! ) pause复制代码
TOP