找回密码
 加入
搜索
查看: 1819|回复: 3

一个游戏启动器,效率好像很低

[复制链接]
发表于 2008-11-20 16:37:33 | 显示全部楼层 |阅读模式
opt ("trayiconhide",1)
$cd = IniRead("ini.ini", "ini", "镜像", "")
$reg = IniRead("ini.ini", "ini", "注册表", "")
$first = IniRead("ini.ini", "ini", "预先执行", "")
$run = IniRead("ini.ini", "ini", "执行程序", "")
If $cd = 2 Then
run("C:\Program Files\D-Tools\daemon.exe -mount 0,system.iso")
EndIf
Run("regedit /s $reg")
run("$first")
Sleep(500)
run("$run")



开始用AU3没几天,个人感觉这个AU3效率很低,应该做什么样的优化呢
发表于 2008-11-20 18:03:06 | 显示全部楼层
怎么个低法?AU3目前来说,已经足够我使用了。
发表于 2008-11-20 18:08:19 | 显示全部楼层
用trayiconhide当然会卡...帮助文档里写了!!!
直接#notrayicon吧
 楼主| 发表于 2008-11-22 18:19:42 | 显示全部楼层

......

汗,本人是说自己的语法不行,这样判断效率低
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-5-19 17:28 , Processed in 0.117289 second(s), 25 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表