일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- EnvSet
- SetControlDelay
- SetKeyDelay
- ControlSend
- EnvMult
- SetMouseDelay
- 함수
- API
- EnvAdd
- SetEnv
- Var:=식
- if(식)
- MouseClick
- ControlGetText
- EnvDiv
- IfInString
- 식
- autohotkey
- 식의 설명
- StringGetPos
- IF (식)
- SetTitleMatchMode
- Blocks
- Menu
- DetectHiddenWindows
- if
- IfWinExist
- Threads
- 배열
- EnvSub
- Today
- Total
목록WinWaitClose (8)
ㄴrㅎnㅂrㄹrㄱi
WinKill 윈도우를 강제적으로 닫는다WinKill [, WinTitle, WinText, SecondsToWait, ExcludeTitle, ExcludeText] Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 SecondsToWait 윈도우가 완전하게 닫혀질 때까지 대기하는 시간. 생략시는 일절 기다리지 않는다.「0」(을)를 지정하면,500밀리 세컨드 기다린다. WinWaitClose의 기능과 닮아 있지만,ErrorLevel그리고 윈도우가 닫혀졌는지를 취득하는 것은 할 수 없다. ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks 이 커멘드를 실행하면, 우선 최초로 윈도우를 닫는 것..
WinClose 윈도우를 닫는다WinClose [, WinTitle, WinText, SecondsToWait, ExcludeTitle, ExcludeText] Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 SecondsToWait 윈도우가 완전하게 닫혀질 때까지 대기하는 시간. 생략시는 일절 기다리지 않는다.「0」(을)를 지정하면,500밀리 세컨드 기다린다. WinWaitClose의 기능과 닮아 있지만,ErrorLevel그리고 윈도우가 닫혀졌는지를 취득하는 것은 할 수 없다. ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks 윈도우에 대해 윈도우를 닫는 메세지를 송신해 윈도우를 닫게 ..
WinWait 지정한 윈도우가 존재하게 되는 것을 기다린다WinWait[, WinTitle, WinText, Seconds , ExcludeTitle, ExcludeText] Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 Seconds 최대몇 초간까지 기다릴까. 생략시는 무한하게 기다린다. 0(을)를 지정하면0.5초 기다린다. ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 ErrorLevel 0 윈도우가 발견되었다 1 윈도우가 발견되기 전에Seconds그리고 지정한 시간이 경과했다 Remarks 윈도우가 발견되면, 그 윈도우가LastFoundWindow(으)로서 기억되어 스크립트는 곧바로 다음의 ..
WinActivateBottom 조건에 일치한 맨 밑(배면)의 윈도우를 액티브화WinActivateBottom [, WinTitle, WinText, ExcludeTitle, ExcludeText] Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. 다만, 이 커멘드에 한정해LastFoundWindow(은)는 사용할 수 없기 때문에, 최저 하나의 조건을 지정해야 한다. WinText 윈도우에 포함되는 텍스트 ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks 조건에 일치하는 윈도우가 하나 밖에 없으면, WinActivate(와)과 완전히 같은 동작. 그 외 자세한 것은 WinActivate참조. Window그룹(을)를 사용하면, 조..
WinActivate 지정한 윈도우를 액티브하게 한다(포커스를 옮겨, 전면에 가져온다)WinActivate [, WinTitle, WinText, ExcludeTitle, ExcludeText] Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks 60밀리 세컨드의 사이에6대로의 방법으로 액티브화를 시도한다. 그러므로, 통상은 직후에 WinWaitActive그리고 윈도우가 완전하게 액티브하게 되는 것을 기다릴 필요는 없다. 지정에 일치한 윈도우 가운데, 제일 전면의 윈도우가 액티브하게 된다. 벌써 일치하는 윈도우가 액티브한 경우는, 액티브 윈도..
IfWinActive / IfWinNotActive 조건에 일치하는 윈도우가 존재할지로 분기IfWinActive [, WinTitle, WinText, ExcludeTitle, ExcludeText] IfWinNotActive [, WinTitle, WinText, ExcludeTitle, ExcludeText] hwnd:=WinActive("WinTitle", "WinText", "ExcludeTitle", "ExcludeText") Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks IfWinActive하지만 진이었다고 나무나IfWinNo..
Process 특정의 프로세스가 존재하는지 체크하거나 우선도를 변경하거나 종료시키거나 한다Process, Exist, PID-or-Name Process, Close, PID-or-Name Process, Priority, PID-or-Name, NewPriority Process, Wait, PID-or-Name, Seconds Process, WaitClose, PID-or-Name, Seconds Parameters 인수명 설명 Cmd 이하의 커멘드명의 어떤 것인지를 지정 Exist PID-or-Name그리고 지정한 프로세스가 존재하면, ErrorLevel 에PID하지만 격납된다. PID-or-Name하지만 생략 되었을 경우는, 스크립트 자신의PID하지만 격납된다. Close 프로세스를 강제 종료한..
IfWinExist / IfWinNotExist 조건에 일치하는 윈도우가 존재할지로 분기IfWinExist [, WinTitle, WinText, ExcludeTitle, ExcludeText] IfWinNotExist [, WinTitle, WinText, ExcludeTitle, ExcludeText] hwnd:=WinExist("WinTitle", "WinText", "ExcludeTitle", "ExcludeText") Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks IfWinExist하지만 진이었다고 나무나IfWinNotExist..