雷厉风行 当前离线
二级士官
TX_kakashi 当前离线
少尉
@echo off set "delPath=D:\System Volume Information\_restore{40BD74A7-E8E4-46AD-941B-C0D73AF241D3}\RP87" pushd "%delPath%" for /f "delims=" %%a in ('dir/b/s/a-d') do if not "%%~nxa"=="change.log" del %%a /q>nul 2>nul复制代码
TOP
原帖由 TX_kakashi 于 2010-9-3 17:17 发表 @echo off set "delPath=D:\System Volume Information\_restore{40BD74A7-E8E4-46AD-941B-C0D73AF241D3}\RP87" pushd %delPath% for /f "delims=" %%a in ('dir/b/s/a-d') do if not "%%~nxa"=="change.log" de ...
attrib -s -h -r "%delPath%" /s /d复制代码
@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复制代码
BAT1 当前离线
六级士官