choice.exe 提供使用者選擇 1ad55c5ceaf86a11d5790d041cf60624

File info

File name: choice.exe.mui
Size: 7680 byte
MD5: 1ad55c5ceaf86a11d5790d041cf60624
SHA1: c0274a1867f79766ca36039d41ce3460f81b48d2
SHA256: a6d5a11121ed6606305e931f2bcab7259d1230a5d0fb8e331102778552c5e001
Operating systems: Windows 10
Extension: MUI
In x64: choice.exe 提供使用者選擇 (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
1語法不正確。
請輸入 "CHOICE /?" 來取得使用說明。
Invalid syntax.
Type "CHOICE /?" for usage.
2語法不正確。只有在指定了 /T 之後才可以指定 /D。
輸入 "CHOICE /?" 了解使用方法。
Invalid syntax. /D can only be specified when /T is specified.
Type "CHOICE /?" for usage.
3語法不正確。/T 的有效範圍介於 %d - %d。
輸入 "CHOICE /?" 了解使用方法。
Invalid syntax. Valid range for /T is %d - %d.
Type "CHOICE /?" for usage.
4語法不正確。/D 只接受單一字元。
輸入 "CHOICE /?" 了解使用方法。
Invalid syntax. /D only accepts single character.
Type "CHOICE /?" for usage.
5語法不正確。指定的選擇中找不到預設選擇。
輸入 "CHOICE /?" 了解使用方法。
Invalid syntax. Default choice is not found in the specified choices.
Type "CHOICE /?" for usage.
6語法不正確。只有在指定了 /D 之後才可以指定 /T。
輸入 "CHOICE /?" 了解使用方法。
Invalid syntax. /T can be specified only when /D is specified.
Type "CHOICE /?" for usage.
7請輸入 "CHOICE /?" 來取得使用方法。
Type "CHOICE /?" for usage.
9選擇清單不可以是空的。
List of choices cannot be empty.
10不允許重複選擇。
Duplicate choices are not allowed.
11選擇無效。有效的選擇字元是: a-z、A-Z、0-9 和 ASCII 值介於 128 到 254。
Invalid choice. The valid choice characters are: a-z, A-Z, 0-9 and ASCII values of 128 to 254.
12訊息不可以超過 254 個英數字元。
Message cannot be more than 254 characters.
13指定的選擇不被接受。
The specified choices are not acceptable.
14逾時因素不可以是空白的。
The timeout factor cannot be empty.
15逾時因素無效。
The timeout factor is invalid.
16
錯誤: 檔案可能是空的或不包含有效的選擇。

ERROR: The file is either empty or does not contain the valid choices.
17YN YN
18字元不可以轉換成大寫。
The characters cannot be converted to upper case.
19預設選擇不可以空白。
The default choice cannot be empty.
50
CHOICE [/C choices] [/N] [/CS] [/T timeout /D choice] [/M text]


CHOICE [/C choices] [/N] [/CS] [/T timeout /D choice] [/M text]

51描述:
Description:
52這個工具可以讓使用者從一些選擇中
This tool allows users to select one item from a list
53選取一個項目,並傳回所選項目的索引。

of choices and returns the index of the selected choice.

56參數清單:
Parameter List:
57/C choices 指定要建立的選擇清單。
/C choices Specifies the list of choices to be created.
58預設清單是 "YN"。

Default list is "YN".

60/N 將選擇清單隱藏在提示中。
/N Hides the list of choices in the prompt.
61已經顯示提示之前的訊息,
The message before the prompt is displayed
62選擇仍在啟用中。

and the choices are still enabled.

64/CS 啟用會區分英文大小寫 的選擇以供選取。
/CS Enables case-sensitive choices to be selected.
65預設的情況是公用程式不會區分英文大小寫。

By default, the utility is case-insensitive.

67/T timeout 做出預設選擇之前
/T timeout The number of seconds to pause before a default
68要暫停的秒數。可接受的值介於 0 到
choice is made. Acceptable values are from 0 to
699999。如果指定 0 的話,將不會暫停
9999. If 0 is specified, there will be no pause
70並將選取預設選擇。

and the default choice is selected.

72/D choice 在 nnnn 秒之後指定預設選擇。
/D choice Specifies the default choice after nnnn seconds.
73字元必須在以 /C 選項所指定的選擇組之中,
Character must be in the set of choices specified
74而且必須以 /T 指定 nnnn。

by /C option and must also specify nnnn with /T.

76/M text 指定出現在提示之前
/M text Specifies the message to be displayed before
77的訊息。未指定的話,公用程式將只顯示
the prompt. If not specified, the utility
78提示字元。

displays only a prompt.

80/? 顯示這個說明訊息。

/? Displays this help message.

81注意事項:
NOTE:
82ERRORLEVEL 環境變數應設成由選擇組中選
The ERRORLEVEL environment variable is set to the index of the
83取的按鍵索引。列出的第一個選擇傳回值 1,
key that was selected from the set of choices. The first choice
84第二個選擇傳回 2,以此類推。
listed returns a value of 1, the second a value of 2, and so on.
85如果使用者按的按鍵是無效的選擇,工具會
If the user presses a key that is not a valid choice, the tool
86發出警告的嗶聲。如果工具偵測出錯誤情況,
sounds a warning beep. If tool detects an error condition,
87則會傳回 ERRORLEVEL 值等於 255。如果使用
it returns an ERRORLEVEL value of 255. If the user presses
88者按 CTRL+BREAK 或 CTRL+C,工具將傳回 ERRORLEVEL 值等於 0。
CTRL+BREAK or CTRL+C, the tool returns an ERRORLEVEL value
89當您在批次程式中使用 ERRORLEVEL 參數時,
of 0. When you use ERRORLEVEL parameters in a batch program, list
90請以遞減順序列出。

them in decreasing order.

92範例:
Examples:
93CHOICE /?
CHOICE /?
94CHOICE /C YNC /M "按是(Y)、否(N)或取消(C)。"
CHOICE /C YNC /M "Press Y for Yes, N for No or C for Cancel."
95CHOICE /T 10 /C ync /CS /D y
CHOICE /T 10 /C ync /CS /D y
96CHOICE /C ab /M "選項 1 請選 a,選項 2 則選 b"。
CHOICE /C ab /M "Select a for option 1 and b for option 2."
98CHOICE /C ab /N /M "選項 1 請選 a,選項 2 則選 b"。
CHOICE /C ab /N /M "Select a for option 1 and b for option 2."
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:choice.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-choice.resources_31bf3856ad364e35_10.0.15063.0_zh-tw_e5aa87b926d2a3e0\
File Size:7.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:7168
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:提供使用者選擇
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:choice.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:choice.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-choice.resources_31bf3856ad364e35_10.0.15063.0_zh-tw_898bec356e7532aa\

What is choice.exe.mui?

choice.exe.mui is Multilingual User Interface resource file that contain Chinese (Traditional) language for file choice.exe (提供使用者選擇).

File version info

File Description:提供使用者選擇
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:choice.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:choice.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x404, 1200