清理Smartclient缓存

cls
@echo off
echo 清除SmartClient缓存前请确认关闭所有打开的SmartClient程序!
echo "Power by TJ R&D, author: Joey Zhang"
pause
rd /s /q "%userprofile%\Local Settings\Application Data\assembly" & md "%userprofile%\Local Settings\Application Data\assembly"
echo 完成清除SmartClient缓存!
pause
exit

=================

清理gac

cd C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
gacutil -cdl
pause

Posted on 2008-11-10 13:58  Blue  阅读(797)  评论(0)    收藏  举报