WaitTill v0.171
윈도우 창이 안정될 때까지 대기합니다.
A console tool to find a window and wait for it
버전Version0.171
업데이트Updated2025-04-22
크기Size148 KB
요구 사항RequiresWindows 10 이상Windows 10 or later
릴리스 노트Release notes
| v0.171 | 2025-04-22 | 공개 릴리스 Public release | 다운로드Download |
콘솔 화면Console
WaitTill v0.171 A console tool to find a window and wait for it. Build: 2026-09-26 techbard@naver.com Detected Language: kr 사용법: WaitTill.exe [대상] [시간(초)] [--waitidle 초] [옵션] [명령어 예시] 1. WT.exe 3.5 : 3.5초 동안 단순 대기 (정수/실수 지원) 2. WT.exe "메모장" : 30초 탐색 및 활성화 3. WT.exe mspaint.exe 10 : 10초간 프로세스 탐색 4. WT.exe "App" --waitidle : 응답 안정화 감시 및 동기화 5. WT.exe "App" -q : 콘솔 출력 없는 저소음 모드/대기 [옵션 설명] --waitidle [초] : 발견 후 응답 없음(Hung) 여부 정밀 감시 --waitclose [초] : 대상이 종료되는 것을 감지하고 대기 -e, --exact : 창 제목의 완전 일치(Exact Match) 검사 -q, --quiet : Quiet 모드 (콘솔 출력 없이 종료 코드 반환) --info : 상세 개발 정보 출력 --lang ko|en : 언어 수동 지정 (기본: OS 자동 감지) [종료 코드 (Exit Codes)] 0 : 발견 성공 (단순 검색 완료) 1 : 준비 완료 (순항 안정화 또는 해빙 복구 확인 성공) 10: 탐색 실패 (대상 미발견) 11: 유휴 실패 (제한 시간 내 안정화 조건 미충족) 12: 닫힘 감지 실패 (시작 시 대상 미존재) 20: 사용자 취소 (ESC 키 입력) 22: 인자 오류 (잘못된 옵션 또는 대상 누락) 23: --waitidle 오류 (잘못된 유휴 대기 시간값) 24: 타임아웃 오류 (잘못된 검색 시간값) 25: 자원 부족 (시스템 메모리 할당 실패)
사용법Guide
WaitTill
콘솔 기반 창 대기 / 탐색 / 활성화 유틸리티입니다.
사용법
WaitTill.exe [대상] [시간(초)] [--waitidle 초] [옵션]
명령어 예시
WT.exe 3.5- 3.5초 동안 단순 대기 (정수/실수 지원)WT.exe "메모장"- 30초 동안 탐색 후 활성화WT.exe mspaint.exe 10- 10초 동안 프로세스 탐색WT.exe "App" --waitidle- 응답 안정성 모니터링WT.exe "App" -q- Quiet 모드 (콘솔 출력 없음)
옵션
--waitidle [초]- 대상을 찾은 뒤 멈춤(Hung) 여부를 정밀하게 감지--waitclose [초]- 대상이 종료되거나 사라지는 것을 대기-e, --exact- 창 제목 완전 일치 검사-q, --quiet- Quiet 모드 (종료 코드만 반환)--info- 개발자용 상세 정보 출력--lang ko|en- 언어 수동 지정
종료 코드
| 코드 | 의미 |
|---|---|
| 0 | 발견 성공 (탐색 완료) |
| 1 | 준비 완료 (안정화 또는 복구 확인 성공) |
| 10 | 대상 미발견 |
| 11 | 유휴 실패 (안정화 제한 시간 초과) |
| 12 | 닫힘 감지 실패 (시작 시 대상 없음) |
| 20 | 사용자 취소 (ESC 입력) |
| 22 | 인자 오류 |
| 23 | --waitidle 오류 (잘못된 유휴 대기 시간) |
| 24 | 타임아웃 오류 (잘못된 탐색 시간) |
| 25 | 자원 부족 |
WaitTill
Console-based window wait / search / activate utility.
Usage
WaitTill.exe [target] [seconds] [--waitidle sec] [options]
Command Examples
WT.exe 3.5- Simple wait for 3.5s (int/float)WT.exe "Notepad"- 30s search & activateWT.exe mspaint.exe 10- 10s process searchWT.exe "App" --waitidle- Response stability monitoringWT.exe "App" -q- Quiet mode (no console output)
Options
--waitidle [sec]- Precise hang detection after discovery--waitclose [sec]- Wait for target to close/disappear-e, --exact- Exact match for window title-q, --quiet- Quiet mode (exit code only)--info- Show detailed developer info--lang ko|en- Manual language override
Exit Codes
| Code | Meaning |
|---|---|
| 0 | Found (search complete) |
| 1 | Ready (stabilization or recovery confirmed) |
| 10 | Not found |
| 11 | Idle failed (stabilization timeout) |
| 12 | Close failed (target did not exist at start) |
| 20 | User cancelled (ESC) |
| 22 | Argument error |
| 23 | --waitidle error (invalid idle timeout) |
| 24 | Timeout error (invalid search time) |
| 25 | Out of resources |