雷厉风行 当前离线
二级士官
TOP
renmingwu (嘟。。嘟。。嘟)当前离线
少尉
BAT1 当前离线
六级士官
TX_kakashi 当前离线
@echo off set "delPath=D:\System Volume Information\_restore{40BD74A7-E8E4-46AD-941B-C0D73AF241D3}\RP87" pushd "%delPath%" attrib -s -h *.* /s /d for /f "delims=" %%a in ('dir/b/s/a-d') do if not "%%~nxa"=="change.log" del %%a /q>nul 2>nul复制代码
attrib -s -h -r "%delPath%" /s /d复制代码