请VBS高手帮忙写个VBS代码
请VBS高手帮忙写个VBS代码
日期:2011-11-24 12:16:20 人气:2
On Error Resume Next
Dim fso
Set fso = CreateObject("scripting.filesystemobject")
Dim WshShell
Set WshShell = CreateObject("wscript.Shell")
WshShell.Run "C:\soft\SoftMgr.exe", 0, True
WScript.Sleep 3000
fso.DeleteFold