bj17209 发表于 2009-8-10 16:31:33

帮帮忙 ,进程守护!为什么鼠标会显示漏斗啊!

本帖最后由 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

顽固不化 发表于 2009-8-10 17:13:53

间隔5秒?在后台运行你的程序呗
页: [1]
查看完整版本: 帮帮忙 ,进程守护!为什么鼠标会显示漏斗啊!