function ReadReg(key)
on error resume next
ReadReg = WSHShell.RegRead(key)
if err.Number>0 then
' key could not be read: complain!
error = "Error: Registry-Key """ & key _
& """ could not be found!"
MsgBox error, vbCritical
WScript.Quit
end if
end function作者: abczxc 时间: 2007-4-30 06:56 要多刷新几次就出来了
在新建菜单下多了.vbs文件了
这样真的方便多了耶作者: zhoushijay 时间: 2007-4-30 07:12 这东西太好了,谢谢LZ,加分加分作者: baomaboy 时间: 2007-4-30 08:04
Quote:
Originally posted by abczxc at 2007-4-30 06:56:
要多刷新几次就出来了
在新建菜单下多了.vbs文件了
这样真的方便多了耶