删除临时文件的批处理

时间:2012-02-22 16:45:58
【文件属性】:

文件名称:删除临时文件的批处理

文件大小:359B

文件格式:RAR

更新时间:2012-02-22 16:45:58

批处理 临时文件

:input set input=F:\php\ecshop\upload\temp\caches if "%input%"==":" goto input if not exist "%input%" goto error cd /d "%input%">nul 2>nul || exit set cur_dir=%cd% for /f "tokens=*" %%i in ('dir /b /a-d /s "%input%"') do del "%%i" for /f "tokens=*" %%i in ('dir /a:d /b "%input%"') do rmdir /s /q "%%i" rem pause :error echo "不存在此文件夹" rem pause


【文件预览】:
复件 deltempfile.bat

网友评论

  • 有用!太多临时文件了!