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 位元) |
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. |
17 | YN | 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 |
69 | 9999。如果指定 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: |
82 | ERRORLEVEL 環境變數應設成由選擇組中選 |
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: |
93 | CHOICE /? |
CHOICE /? |
94 | CHOICE /C YNC /M "按是(Y)、否(N)或取消(C)。" |
CHOICE /C YNC /M "Press Y for Yes, N for No or C for Cancel." |
95 | CHOICE /T 10 /C ync /CS /D y |
CHOICE /T 10 /C ync /CS /D y |
96 | CHOICE /C ab /M "選項 1 請選 a,選項 2 則選 b"。 |
CHOICE /C ab /M "Select a for option 1 and b for option 2." |
98 | CHOICE /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). |
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 |