Board logo

标题: [文本处理] 求各位帮忙编写批处理删除IE临时文件下所有文件 [打印本页]

作者: cyx5769    时间: 2009-10-14 15:17     标题: 求各位帮忙编写批处理删除IE临时文件下所有文件

如题,谢谢!   位置  C:\Documents and Settings\Administrator\Local Settings\Temporary Internet Files
作者: zjhuzi    时间: 2009-10-14 15:30

  1. rd /s /q %windir%\temp & md %windir%\temp
  2. del /f /q %userprofile%\cookies\*.*
  3. del /f /q %userprofile%\recent\*.*
  4. del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
  5. del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
  6. del /f /s /q "%userprofile%\recent\*.*"
复制代码

作者: lxzzr    时间: 2009-10-14 15:47     标题: 回复 1楼 的帖子

这个行不?
http://bbs.bathome.net/thread-5171-1-2.html
作者: cyx5769    时间: 2009-10-17 09:13

谢谢各位高手!




欢迎光临 批处理之家 (http://bbs.bathome.net/) Powered by Discuz! 7.2