waitfor.exe waitfor - wait/send a signal over a network 51a3d76fbd5443a18c158993b8589822

File info

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비트)

Translations messages and strings

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.
265a-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.
504ERROR: 핸들을 닫을 수 없습니다.
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
2002WAITFOR [/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
2005WAITFOR [/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
202899999까지입니다. 기본값은 신호 받을 때까지 계속
대기합니다.

is 1 - 99999. Default is to wait forever for signal.

2031signal 보내거나 대기할 신호의 이름입니다.

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
2038128-255 범위의 ASCII 문자 외에 다른 문자가 포함될 수 없습니다.
contain characters other than a-z, A-Z, 0-9 and ASCII
2039
characters in the range 128-255.

2042예:
Examples:
2043WAITFOR /?
WAITFOR /?
2044WAITFOR SetupReady
WAITFOR SetupReady
2045WAITFOR CopyDone /T 100
WAITFOR CopyDone /T 100
2046WAITFOR /SI SetupReady
WAITFOR /SI SetupReady
2047WAITFOR /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:
5005N/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).

EXIF

File Name:waitfor.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-waitfor.resources_31bf3856ad364e35_10.0.15063.0_ko-kr_10bd4394e8030dc5\
File Size:8.5 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:8192
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Executable application
File Subtype:0
Language Code:Korean
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:waitfor - wait/send a signal over a network
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:waitfor.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:waitfor.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-waitfor.resources_31bf3856ad364e35_10.0.15063.0_ko-kr_b49ea8112fa59c8f\

What is waitfor.exe.mui?

waitfor.exe.mui is Multilingual User Interface resource file that contain Korean language for file waitfor.exe (waitfor - wait/send a signal over a network).

File version info

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