软件安装后弹出浏览器窗口的脚本编写
某台电脑有IE、傲游、世界之窗,现在不知道哪个是默认浏览器。怎么编写自动安装脚本阻止或关闭安装软件后弹出的浏览器窗口。if...then...不会用,请教大家了。大家知道哪儿有if..then...的教程或文章请告诉在下(AutoIt自带的帮助感觉介绍得简单了)。send("!f")
sleep(2000)
$PID = ProcessExists("Maxthon.exe")
If $PID Then ProcessClose($PID)
ProcessClose("iexplore.exe")
ProcessClose("theworld.exe")
忘记世界之窗的进程名是怎样的,这儿用theworld代替了。
[ 本帖最后由 zzfbz 于 2009-4-21 17:06 编辑 ] if ProcessExists("iexplore.exe") then ProcessClose("iexplore.exe")
if ProcessExists("theworld.exe") then ProcessClose("theworld.exe") 谢谢了,我试试 這個ProcessClose在有的時候似乎不湊效@ _rundos ("START http://www.baidu.com") 都是强人 我是小菜 LLLOOOOOOOOOOOOK
页:
[1]