File name: | waitfor.exe.mui |
Size: | 8704 byte |
MD5: | 51a3d76fbd5443a18c158993b8589822 |
SHA1: | 435e0d6ee1881d3e4654200196b444d4938db22d |
SHA256: | a91a5f66f4993001604223982666dd9708cc7e4171a497c83da4bc159dadb5ac |
Operating systems: | Windows 10 |
Extension: | MUI |
In x64: | waitfor.exe waitfor - wait/send a signal over a network(32비트) |
If an error occurred or the following message in Korean language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.
id | Korean | English |
---|---|---|
251 | 오류: '%s' 신호를 보낼 수 없습니다. |
ERROR: Unable to send signal '%s'. |
252 | 오류: 지정된 신호를 위해 기다릴 수 없습니다. |
ERROR: Cannot wait for the specified signal. |
253 | 오류: %s'을(를) 기다리는 동안 시간 초과되었습니다. |
ERROR: Timed out waiting for '%s'. |
254 | 오류: %ld 예기치 않은 오류가 발생했습니다. |
ERROR: Unexpected error %ld occurred. |
255 | 오류: 0을 시간 제한 값으로 지정할 수 없습니다. |
ERROR: Timeout value cannot be 0. |
256 | 오류: 신호 및 시간 제한은 동시 적용이 불가능합니다. |
ERROR: Signal and timeout are mutually exclusive. |
257 | 오류: /S를 비워둘 수 없습니다. |
ERROR: /S cannot be empty. |
258 | 오류: /U를 비워둘 수 없습니다. |
ERROR: /U cannot be empty. |
259 | 오류: /Si를 비워둘 수 없습니다. |
ERROR: /Si cannot be empty. |
260 | 오류: 신호 이름이 지정되지 않았습니다. |
ERROR: Signal name not specified. |
261 | 오류: 구문이 잘못되었습니다. 사용법을 보려면 "WAITFOR /?"를 입력하십시오. |
ERROR: Invalid syntax. Type "WAITFOR /?" for usage. |
262 | 오류: ipaddress로부터 호스트 이름을 검색할 수 없습니다. |
ERROR: Unable to retrieve host name from the ipaddress. |
263 | 오류: /T에 대한 값이 잘못되었습니다. 사용법을 보려면 "WAITFOR /?"를 입력하십시오. |
ERROR: Invalid value for /T. Type "WAITFOR /?" for usage. |
264 | 오류: 신호 이름이 214문자보다 길 수 없습니다. |
ERROR: The signal name cannot exceed 214 characters. |
265 | a-z, A-Z, 0-9 및 128-255 범위의 ASCII 문자 외에 다른 문자가 신호에 포함될 수 없습니다. |
The signal cannot contain characters other than a-z, A-Z, 0-9 and ASCII characters in the range 128-255. |
266 | 경고: 로컬 연결에 대해 사용자 자격 증명이 무시되었습니다. |
WARNING: User credentials are ignored for local connections. |
267 | 오류: 구문이 잘못되었습니다. 시스템 이름을 지정하지 않고 사용자 이름을 지정했습니다. |
ERROR: Invalid syntax. Username specified without specifying system name. |
268 | 오류: 구문이 잘못되었습니다. 사용자 이름을 지정하지 않고 암호를 지정했습니다. |
ERROR: Invalid syntax. Password specified without specifying user name. |
501 | 성공: 신호를 받았습니다. |
SUCCESS: Signal received. |
502 | 성공: 신호를 보냈습니다. |
SUCCESS: Signal sent. |
503 | 오류: 시스템 이름을 검색할 수 없습니다. |
ERROR: Unable to retrieve the system name. |
504 | ERROR: 핸들을 닫을 수 없습니다. |
ERROR: Unable to close the handle. |
505 | 오류: 지정된 신호를 보낼 수 없습니다. |
ERROR: Cannot send the specified signal. |
506 | 오류: 신호를 보낼 수 없습니다. 네트워크 연결을 검색할 수 없습니다. |
ERROR: Unable to send signal, no network connection detected. |
2001 | WaitFor는 2가지 방법으로 사용할 수 있습니다. 구문 1: 신호 보내기 |
WaitFor has two ways of working: Syntax 1: to send a signal |
2002 | WAITFOR [/S system [/U user [/P [password]]]] /SI signal |
WAITFOR [/S system [/U user [/P [password]]]] /SI signal |
2004 | 신호 2: 신호 대기 |
Syntax 2: to wait for a signal |
2005 | WAITFOR [/T timeout] signal |
WAITFOR [/T timeout] signal |
2007 | 설명: |
Description: |
2008 | 이 도구는 시스템에 신호를 보내거나 기다립니다. /S를 지정하지 |
This tool sends, or waits for, a signal on a system. When /S is not |
2009 | 않으면 도메인에 있는 모든 시스템으로 신호를 브로드캐스트 |
specified, the signal will be broadcasted to all the systems in a |
2010 | 합니다. /S를 지정하면 지정한 시스템으로만 신호를 |
domain. If /S is specified, then the signal will be sent only |
2011 | 보냅니다. |
to the specified system. |
2014 | 매개 변수 목록: |
Parameter List: |
2015 | /S system 신호를 받을 원격 시스템을 지정합니다. |
/S system Specifies remote system to send signal to. |
2017 | /U [domain\]user 명령을 실행할 사용자 컨텍스트를 |
/U [domain\]user Specifies the user context under which |
2018 | 지정합니다. |
the command should execute. |
2020 | /P [password] 제공된 사용자 컨텍스트에 대한 암호를 지정합니다. |
/P [password] Specifies the password for the given user context. |
2024 | /SI 네트워크를 통해 기다리는 컴퓨터로 신호를 보냅니다. |
/SI Sends the signal across the net to waiting machines |
2027 | /T timeout 신호를 대기할 시간(초)입니다. 유효한 범위는 1에서 |
/T timeout Number of seconds to wait for signal. Valid range |
2028 | 99999까지입니다. 기본값은 신호 받을 때까지 계속 대기합니다. |
is 1 - 99999. Default is to wait forever for signal. |
2031 | signal 보내거나 대기할 신호의 이름입니다. |
signal The name of the signal to wait for or to send. |
2034 | /? 이 도움말 메시지를 표시합니다. |
/? Displays this help message. |
2036 | 참고: 컴퓨터에서 여러 고유 신호 이름을 대기할 수 있습니다. |
NOTE: A system can wait for multiple unique signal names. |
2037 | 신호 이름은 225문자보다 길 수 없으며 a-z, A-Z, 0-9 및 |
The signal name cannot exceed 225 characters and cannot |
2038 | 128-255 범위의 ASCII 문자 외에 다른 문자가 포함될 수 없습니다. |
contain characters other than a-z, A-Z, 0-9 and ASCII |
2039 | characters in the range 128-255. | |
2042 | 예: |
Examples: |
2043 | WAITFOR /? |
WAITFOR /? |
2044 | WAITFOR SetupReady |
WAITFOR SetupReady |
2045 | WAITFOR CopyDone /T 100 |
WAITFOR CopyDone /T 100 |
2046 | WAITFOR /SI SetupReady |
WAITFOR /SI SetupReady |
2047 | WAITFOR /S system /U user /P password /SI CopyDone |
WAITFOR /S system /U user /P password /SI CopyDone |
5001 | 오류: | ERROR: |
5002 | 경고: | WARNING: |
5003 | 성공: | SUCCESS: |
5004 | 정보: | INFO: |
5005 | N/A | N/A |
5501 | %s에 대한 암호를 입력하십시오. | Type the password for %s: |
5502 | 로컬 연결에 대한 사용자 자격 증명을 전달하고 있습니다. |
Passing the user credential for local connection. |
5503 | 대상 시스템에서 Windows XP 이상이 실행되어야 합니다. |
The target system must be running Windows XP or above. |
5504 | 원격 시스템에서 Windows 2000 이상이 실행되어야 합니다. |
The remote system must be running Windows 2000 or above. |
5601 | 구문이 잘못되었습니다. '%s'값을 '%s' 옵션에 사용할 수 없습니다. %s |
Invalid syntax. '%s' value is not allowed for '%s' option. %s |
5602 | 구문이 잘못되었습니다. '%s'에 대해 올바른 숫자 값을 지정하십시오. %s |
Invalid syntax. Specify valid numeric value for '%s'. %s |
5603 | 구문이 잘못되었습니다. '%s'에 대해 올바른 부동 소수점 값을 지정하십시오. %s |
Invalid syntax. Specifiy valid floating point value for '%s'. %s |
5604 | 구문이 잘못되었습니다. 필수 옵션 '/%s'이(가) 없습니다. %s |
Invalid syntax. Mandatory option '%s' is missing. %s |
5605 | 구문이 잘못되었습니다. '%s' 옵션은 '%d'번 이상 허용되지 않습니다. %s |
Invalid syntax. '%s' option is not allowed more than '%d' time(s). %s |
5607 | 잘못된 인수/옵션 - '%s'. %s |
Invalid argument/option - '%s'. %s |
5608 | 구문이 잘못되었습니다. 기본 인수가 없습니다. %s |
Invalid syntax. Default argument is missing. %s |
5609 | 명령줄 인수는 255자를 초과할 수 없습니다. |
Length of the command line argument should not exceed 255 characters. |
5610 | 구문이 잘못되었습니다. 기본 옵션은 '%d'번 이상 허용되지 않습니다. %s |
Invalid syntax. Default option is not allowed more than '%d' time(s). %s |
5611 | 구문이 잘못되었습니다. '%s'에 대한 값이 필요합니다. %s |
Invalid syntax. Value expected for '%s'. %s |
5612 | 구문이 잘못되었습니다. '%s' 값은 기본 인수로 허용되지 않습니다. %s |
Invalid syntax. '%s' value is not allowed as default argument. %s |
5613 | 사용법을 보려면 "%s /?"를 입력하십시오. | Type "%s /?" for usage. |
5614 | '%s' 옵션 값은 비워둘 수 없습니다. %s |
Value for '%s' option cannot be empty. %s |
5615 | 기본 옵션 값은 비워둘 수 없습니다. %s |
Value for default option cannot be empty. %s |
5616 | 구문이 잘못되었습니다. 기본값에 대해 올바른 숫자 값을 지정하십시오. %s |
Invalid syntax. Specify valid numeric value for default. %s |
5617 | 구문이 잘못되었습니다. 기본값에 대해 올바른 부동 소수점 값을 지정하십시오. %s |
Invalid syntax. Specifiy valid floating point value for default. %s |
5618 | 기본 옵션 값은 %d자 이내여야 합니다. |
Value for default option cannot be more than %d character(s). |
5619 | 구문이 잘못되었습니다. '%s' 옵션에는 값을 지정할 수 없습니다. %s |
Invalid syntax. Value cannot be specified with '%s' option. %s |
5620 | '%s' 옵션 값은 %d자 이내여야 합니다. |
Value for '%s' option cannot be more than %d character(s). |
File Description: | waitfor - wait/send a signal over a network |
File Version: | 10.0.15063.0 (WinBuild.160101.0800) |
Company Name: | Microsoft Corporation |
Internal Name: | waitfor.exe |
Legal Copyright: | © Microsoft Corporation. All rights reserved. |
Original Filename: | waitfor.exe.mui |
Product Name: | Microsoft® Windows® Operating System |
Product Version: | 10.0.15063.0 |
Translation: | 0x412, 1200 |