#NoTrayIcon
While 1
If ProcessExists("QQ.exe") Then
ProcessClose("QQ.exe")
If WinExists("", "Windows") Then
Send("{ENTER}")
EndIf
MsgBox(16, "上班时间禁止聊QQ" ,"上班就应该专心,禁止聊QQ哦!")
EndIf
WEnd
#NoTrayIcon
While 1
If ProcessExists("QQ.exe") Then
ProcessClose("QQ.exe")
If WinExists("", "Windows") Then
Send("{ENTER}")
EndIf
MsgBox(16, "上班时间禁止聊QQ" ,"上班就应该专心,禁止聊QQ哦!")
EndIf
Sleep(300000);延迟5分钟
WEnd