waitfor.exe waitfor - ネットワーク経由の信号の待機/送信 5db9aeaae7ec0f80d8424e47223232ec

File info

File name: waitfor.exe.mui
Size: 8704 byte
MD5: 5db9aeaae7ec0f80d8424e47223232ec
SHA1: eb59be57167016fde47de294c77935ba888c114c
SHA256: f7ad50a88d98bca25061fe4b7cc28c4cd515b04d7dd1309c30f653461c4961ba
Operating systems: Windows 10
Extension: MUI
In x64: waitfor.exe waitfor - ネットワーク経由の信号の待機/送信 (32 ビット)

Translations messages and strings

If an error occurred or the following message in Japanese 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 Japanese 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: 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 システム [/U ユーザー [/P [パスワード]]]] /SI シグナル
WAITFOR [/S system [/U user [/P [password]]]] /SI signal
2004
構文 2: シグナルを待機する場合、

Syntax 2: to wait for a signal
2005WAITFOR [/T タイムアウト] シグナル

WAITFOR [/T timeout] signal

2007説明:
Description:
2008このツールにより、システム上でシグナルを送信したり待機したり
This tool sends, or waits for, a signal on a system. When /S is not
2009できます。/S が指定されていない場合、シグナルはメイン内のすべての
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 システム シグナルの送信先のリモート システムを指定します。

/S system Specifies remote system to send signal to.

2017/U [ドメイン\]ユーザー
コマンドが実行されるユーザーのコンテキストを指定しま
/U [domain\]user Specifies the user context under which
2018す。

the command should execute.

2020/P [パスワード] 与えられたユーザーのコンテキストのパスワードを指定し
ます。

/P [password] Specifies the password for the given user context.

2024/SI 待機中のコンピューターにネットを越えてシグナルを送信

/SI Sends the signal across the net to waiting machines

2027/T タイムアウト 待機する時間を秒で表します。有効な範囲は
/T timeout Number of seconds to wait for signal. Valid range
20281 から 99999 です。既定ではシグナルを待ち続けます。

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

2031シグナル 待機するシグナル、または送信するシグナルの名前

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、
The signal name cannot exceed 225 characters and cannot
20380 から 9 以外の文字は使用できません。128 から 255 の範囲の
contain characters other than a-z, A-Z, 0-9 and ASCII
2039ASCII 文字も使用できません。

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_ja-jp_6d5366dff59246af\
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:Japanese
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:waitfor - ネットワーク経由の信号の待機/送信
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_ja-jp_1134cb5c3d34d579\

What is waitfor.exe.mui?

waitfor.exe.mui is Multilingual User Interface resource file that contain Japanese language for file waitfor.exe (waitfor - ネットワーク経由の信号の待機/送信).

File version info

File Description:waitfor - ネットワーク経由の信号の待機/送信
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:0x411, 1200