@set "rar=C:\Program Files\WinRAR\WinRAR.exe" @for /f "delims=" %%a in ('dir D:\参数\ /a-d /s /b *.zip') do ( "%rar%" e -ibck -y "%%a" "%%~dpa")复制代码