choice.exe 向用户提供选项 4fdfc84b3c73d8322158ea3c1e746925

File info

File name: choice.exe.mui
Size: 7680 byte
MD5: 4fdfc84b3c73d8322158ea3c1e746925
SHA1: 7fbeed8a0c9d96310baec4a370a5ebfc971ea5b9
SHA256: d5ded50608ffabed99022daa4e616c7fe202351467db7d3eb18965eec00e32b5
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 (Simplified) 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 (Simplified) 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 和 128 到 254 的 ASCII 值。
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
56参数列表:
Parameter List:
57/C choices 指定要创建的选项列表。默认列表是 "YN"。

/C choices Specifies the list of choices to be created.
60/N 在提示符中隐藏选项列表。提示前面的消息得到显示,
/N Hides the list of choices in the prompt.
61选项依旧处于启用状态。

The message before the prompt is displayed
64/CS 允许选择分大小写的选项。在默认情况下,这个工具
/CS Enables case-sensitive choices to be selected.
65是不分大小写的。

By default, the utility is case-insensitive.

67/T timeout 做出默认选择之前,暂停的秒数。可接受的值是从 0
/T timeout The number of seconds to pause before a default
68到 9999。如果指定了 0,就不会有暂停,默认选项
choice is made. Acceptable values are from 0 to
69会得到选择。

9999. If 0 is specified, there will be no pause
72/D choice 在 nnnn 秒之后指定默认选项。字符必须在用 /C 选
/D choice Specifies the default choice after nnnn seconds.
73项指定的一组选择中; 同时,必须用 /T 指定 nnnn。

Character must be in the set of choices specified
76/M text 指定提示之前要显示的消息。如果没有指定,工具只
/M text Specifies the message to be displayed before
77显示提示。

the prompt. If not specified, the utility
80/? 显示此帮助消息。

/? Displays this help message.

81注意:
NOTE:
82ERRORLEVEL 环境变量被设置为从选择集选择的键索引。列出的第一个选
The ERRORLEVEL environment variable is set to the index of the
83择返回 1,第二个选择返回 2,等等。如果用户按的键不是有效的选择,
key that was selected from the set of choices. The first choice
84该工具会发出警告响声。如果该工具检测到错误状态,它会返回 255 的
listed returns a value of 1, the second a value of 2, and so on.
85ERRORLEVEL 值。如果用户按 Ctrl+Break 或 Ctrl+C 键,该工具会返回 0
If the user presses a key that is not a valid choice, the tool
86的 ERRORLEVEL 值。在一个批程序中使用 ERRORLEVEL 参数时,将参数降
sounds a warning beep. If tool detects an error condition,
87序排列。

it returns an ERRORLEVEL value of 255. If the user presses
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:
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:choice.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-choice.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_e1ae4a632961c770\
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 (Simplified)
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-cn_858faedf7104563a\

What is choice.exe.mui?

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