标题:vb与.bat文件的问题
只看楼主
shuangziputi
Rank: 1
等 级:新手上路
帖 子:12
专家分:0
注 册:2007-4-28
 问题点数:0 回复次数:0 
vb与.bat文件的问题

.bat文件的内容如下:
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
功能是删除所有临时文件
现在想用vb实现这一功能 我vb不太好 在此先谢谢各位了

搜索更多相关主题的帖子: bat 文件 
2007-04-28 22:05



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-135806-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.229097 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved