for /f %%a in (‘dir “%systemroot%\softwaredistribution\download” /s /b’) do ( del /q /s /f %%a )
for /f %%a in (‘dir “%systemroot%\softwaredistribution\download” /s /b’) do ( rd /q /s %%a )
相關內容 →
for /f %%a in (‘dir “%systemroot%\softwaredistribution\download” /s /b’) do ( del /q /s /f %%a )
for /f %%a in (‘dir “%systemroot%\softwaredistribution\download” /s /b’) do ( rd /q /s %%a )
相關內容 →