关于代码多少时间失效[已解决]
本帖最后由 m765555 于 2011-3-6 11:54 编辑此代码多少时间后失效:
While 1
ProcessExists("qq.exe")
ProcessClose("qq.exe")
WEnd
我在本机测试了一下,不到二分钟脚本就自动暂停了,失效了 这样写会占用不少资源。While 1
If ProcessExists("qq.exe") Then ProcessClose("qq.exe")
Sleep(1000)
WEnd
页:
[1]