waitfor.exe waitfor - 透過網路等待/傳送訊號 43d6bd86c551cc5c675e5dfed608b06d

File info

File name: waitfor.exe.mui
Size: 7168 byte
MD5: 43d6bd86c551cc5c675e5dfed608b06d
SHA1: c2307a76496057c1e22fdba9fce7c5e20d6196ef
SHA256: 4d6bf29b931bcf92f7aa4352213db8734f737b88679d64525f9e9ff11ad29348
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 Chinese (Traditional) 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 Chinese (Traditional) 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 的作用方式有兩種:

語法 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
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 等候的秒數。有效範圍
/T timeout Number of seconds to wait for signal. Valid range
2028介於 1 和 99999 之間。預設是永久。

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 個英數字元,而且
The signal name cannot exceed 225 characters and cannot
2038不可以包含 a-z、A-Z、0-9 和 128-255
contain characters other than a-z, A-Z, 0-9 and ASCII
2039範圍之間的 ASCII 字元以外的字。

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:
5005不適用 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_zh-tw_a205c66d1cdefdd1\
File Size:7.0 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:6656
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:Chinese (Traditional)
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_zh-tw_45e72ae964818c9b\

What is waitfor.exe.mui?

waitfor.exe.mui is Multilingual User Interface resource file that contain Chinese (Traditional) 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:0x404, 1200