帮帮忙 ,进程守护!为什么鼠标会显示漏斗啊!
本帖最后由 bj17209 于 2009-8-10 16:33 编辑帮帮忙 ,进程守护!为什么鼠标会显示漏斗啊!
隔一段时间鼠标会显示一次漏斗啊!
#NoTrayIcon
#include <Misc.au3>
_Singleton("jcbh")
Break(0)
HotKeySet("!+f", "_exit")
$netmon = @ScriptDir & "\jcbh.exe"
While 1
Sleep(5000)
If Not ProcessExists("netmor.exe") Then
Run($netmon, "", @SW_HIDE)
EndIf
WEnd
Func _exit()
Exit
EndFunc 间隔5秒?在后台运行你的程序呗
页:
[1]