- @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
复制代码 "
[ 本帖最后由 TX_kakashi 于 2010-9-3 17:44 编辑 ] |