choice.exe Offers the user a choice 446b10884084372248b89a7339ce7f5e

File info

File name: choice.exe.mui
Size: 12288 byte
MD5: 446b10884084372248b89a7339ce7f5e
SHA1: 6e51b3343f4829e3d419de06207e418797ccc93f
SHA256: 663466c098690c3cae26a571e468021a92f15cd2a4a4862956e9d90375acf3b2
Operating systems: Windows 10
Extension: MUI
In x64: choice.exe Offers the user a choice (32-bit)

Translations messages and strings

If an error occurred or the following message in English (U.S.) 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 English (U.S.) English
1Invalid syntax.
Type "CHOICE /?" for usage.
Invalid syntax.
Type "CHOICE /?" for usage.
2Invalid syntax. /D can only be specified when /T is specified.
Type "CHOICE /?" for usage.
Invalid syntax. /D can only be specified when /T is specified.
Type "CHOICE /?" for usage.
3Invalid syntax. Valid range for /T is %d - %d.
Type "CHOICE /?" for usage.
Invalid syntax. Valid range for /T is %d - %d.
Type "CHOICE /?" for usage.
4Invalid syntax. /D only accepts single character.
Type "CHOICE /?" for usage.
Invalid syntax. /D only accepts single character.
Type "CHOICE /?" for usage.
5Invalid syntax. Default choice is not found in the specified choices.
Type "CHOICE /?" for usage.
Invalid syntax. Default choice is not found in the specified choices.
Type "CHOICE /?" for usage.
6Invalid syntax. /T can be specified only when /D is specified.
Type "CHOICE /?" for usage.
Invalid syntax. /T can be specified only when /D is specified.
Type "CHOICE /?" for usage.
7Type "CHOICE /?" for usage.
Type "CHOICE /?" for usage.
9List of choices cannot be empty.
List of choices cannot be empty.
10Duplicate choices are not allowed.
Duplicate choices are not allowed.
11Invalid choice. The valid choice characters are: a-z, A-Z, 0-9 and ASCII values of 128 to 254.
Invalid choice. The valid choice characters are: a-z, A-Z, 0-9 and ASCII values of 128 to 254.
12Message cannot be more than 254 characters.
Message cannot be more than 254 characters.
13The specified choices are not acceptable.
The specified choices are not acceptable.
14The timeout factor cannot be empty.
The timeout factor cannot be empty.
15The timeout factor is invalid.
The timeout factor is invalid.
16
ERROR: The file is either empty or does not contain the valid choices.

ERROR: The file is either empty or does not contain the valid choices.
17YN YN
18The characters cannot be converted to upper case.
The characters cannot be converted to upper case.
19The default choice cannot be empty.
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]

51Description:
Description:
52This tool allows users to select one item from a list
This tool allows users to select one item from a list
53of choices and returns the index of the selected choice.

of choices and returns the index of the selected choice.

56Parameter List:
Parameter List:
57/C choices Specifies the list of choices to be created.
/C choices Specifies the list of choices to be created.
58Default list is "YN".

Default list is "YN".

60/N Hides the list of choices in the prompt.
/N Hides the list of choices in the prompt.
61The message before the prompt is displayed
The message before the prompt is displayed
62and the choices are still enabled.

and the choices are still enabled.

64/CS Enables case-sensitive choices to be selected.
/CS Enables case-sensitive choices to be selected.
65By default, the utility is case-insensitive.

By default, the utility is case-insensitive.

67/T timeout The number of seconds to pause before a default
/T timeout The number of seconds to pause before a default
68choice is made. Acceptable values are from 0 to
choice is made. Acceptable values are from 0 to
699999. If 0 is specified, there will be no pause
9999. If 0 is specified, there will be no pause
70and the default choice is selected.

and the default choice is selected.

72/D choice Specifies the default choice after nnnn seconds.
/D choice Specifies the default choice after nnnn seconds.
73Character must be in the set of choices specified
Character must be in the set of choices specified
74by /C option and must also specify nnnn with /T.

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

76/M text Specifies the message to be displayed before
/M text Specifies the message to be displayed before
77the prompt. If not specified, the utility
the prompt. If not specified, the utility
78displays only a prompt.

displays only a prompt.

80/? Displays this help message.

/? Displays this help message.

81NOTE:
NOTE:
82The ERRORLEVEL environment variable is set to the index of the
The ERRORLEVEL environment variable is set to the index of the
83key that was selected from the set of choices. The first choice
key that was selected from the set of choices. The first choice
84listed returns a value of 1, the second a value of 2, and so on.
listed returns a value of 1, the second a value of 2, and so on.
85If the user presses a key that is not a valid choice, the tool
If the user presses a key that is not a valid choice, the tool
86sounds a warning beep. If tool detects an error condition,
sounds a warning beep. If tool detects an error condition,
87it returns an ERRORLEVEL value of 255. If the user presses
it returns an ERRORLEVEL value of 255. If the user presses
88CTRL+BREAK or CTRL+C, the tool returns an ERRORLEVEL value
CTRL+BREAK or CTRL+C, the tool returns an ERRORLEVEL value
89of 0. When you use ERRORLEVEL parameters in a batch program, list
of 0. When you use ERRORLEVEL parameters in a batch program, list
90them in decreasing order.

them in decreasing order.

92Examples:
Examples:
93CHOICE /?
CHOICE /?
94CHOICE /C YNC /M "Press Y for Yes, N for No or C for Cancel."
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 "Select a for option 1 and b for option 2."
CHOICE /C ab /M "Select a for option 1 and b for option 2."
98CHOICE /C ab /N /M "Select a for option 1 and b for option 2."
CHOICE /C ab /N /M "Select a for option 1 and b for option 2."
5001ERROR: ERROR:
5002WARNING: WARNING:
5003SUCCESS: SUCCESS:
5004INFO: INFO:
5005N/A N/A
5501Type the password for %s: Type the password for %s:
5502Passing the user credential for local connection.
Passing the user credential for local connection.
5503The target system must be running Windows XP or above.
The target system must be running Windows XP or above.
5504The remote system must be running Windows 2000 or above.
The remote system must be running Windows 2000 or above.
5601Invalid syntax. '%s' value is not allowed for '%s' option.
%s
Invalid syntax. '%s' value is not allowed for '%s' option.
%s
5602Invalid syntax. Specify valid numeric value for '%s'.
%s
Invalid syntax. Specify valid numeric value for '%s'.
%s
5603Invalid syntax. Specifiy valid floating point value for '%s'.
%s
Invalid syntax. Specifiy valid floating point value for '%s'.
%s
5604Invalid syntax. Mandatory option '%s' is missing.
%s
Invalid syntax. Mandatory option '%s' is missing.
%s
5605Invalid syntax. '%s' option is not allowed more than '%d' time(s).
%s
Invalid syntax. '%s' option is not allowed more than '%d' time(s).
%s
5607Invalid argument/option - '%s'.
%s
Invalid argument/option - '%s'.
%s
5608Invalid syntax. Default argument is missing.
%s
Invalid syntax. Default argument is missing.
%s
5609Length of the command line argument should not exceed 255 characters.
Length of the command line argument should not exceed 255 characters.
5610Invalid syntax. Default option is not allowed more than '%d' time(s).
%s
Invalid syntax. Default option is not allowed more than '%d' time(s).
%s
5611Invalid syntax. Value expected for '%s'.
%s
Invalid syntax. Value expected for '%s'.
%s
5612Invalid syntax. '%s' value is not allowed as default argument.
%s
Invalid syntax. '%s' value is not allowed as default argument.
%s
5613Type "%s /?" for usage. Type "%s /?" for usage.
5614Value for '%s' option cannot be empty.
%s
Value for '%s' option cannot be empty.
%s
5615Value for default option cannot be empty.
%s
Value for default option cannot be empty.
%s
5616Invalid syntax. Specify valid numeric value for default.
%s
Invalid syntax. Specify valid numeric value for default.
%s
5617Invalid syntax. Specifiy valid floating point value for default.
%s
Invalid syntax. Specifiy valid floating point value for default.
%s
5618Value for default option cannot be more than %d character(s).
Value for default option cannot be more than %d character(s).
5619Invalid syntax. Value cannot be specified with '%s' option.
%s
Invalid syntax. Value cannot be specified with '%s' option.
%s
5620Value for '%s' option cannot be more than %d character(s).
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_en-us_8227dff5423fed5e\
File Size:12 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:11776
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:English (U.S.)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Offers the user a choice
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_en-us_2609447189e27c28\

What is choice.exe.mui?

choice.exe.mui is Multilingual User Interface resource file that contain English (U.S.) language for file choice.exe (Offers the user a choice).

File version info

File Description:Offers the user a choice
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:0x409, 1200