#32002/8/19 13:41:04
◆→◎版主劳你看一下!!!
我试了一下,好像只是打开了可执行文件,并没有执行拷贝行为!
我试的例子为:加一个按钮,在上加上行为
on mousedown
set zqchekfile=getnettext("c:\zgm.exe")
put zqchekfile
if neterror(zqchekfile)="ok" then
open "c:\zgm.exe"
else
alert("copy file!")
downLoadNetThing("the moviepath"&"\zgm.exe","c:\zgm.exe" )
end if
end
"c:\"目录下没有zgm.exe,点击按钮,发现zgm.exe打开,但c:\下并没有文件zgm.exe!