choice.exe ユーザーに選択肢を提供 723186d1b9fd658a04e2a3e1fa2a1548

File info

File name: choice.exe.mui
Size: 9216 byte
MD5: 723186d1b9fd658a04e2a3e1fa2a1548
SHA1: 8e8def577adfa29456b15a5bad257fab4abedb97
SHA256: acb62b5ba5f5f41e2742bf058335b61fd9d02a78c7b1b1f8ba5eaaf3f19f92b8
Operating systems: Windows 10
Extension: MUI
In x64: choice.exe ユーザーに選択肢を提供 (32 ビット)

Translations messages and strings

If an error occurred or the following message in Japanese 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 Japanese English
1構文が無効です。
"CHOICE /?" と入力すると使用法が表示されます。
Invalid syntax.
Type "CHOICE /?" for usage.
2構文が無効です。/D は、/T が指定されている場合にのみ指定可能です。
"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 は 1 つの文字しか受け入れません。
"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構文が無効です。/T は、/D が指定されている場合にのみ指定可能です。
"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 選択] [/N] [/CS] [/T タイムアウト /D 選択] [/M テキスト]


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 選択 作成する選択の一覧を指定します。
/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 タイムアウト 既定値が選択されるするまでの時間(秒) です。
/T timeout The number of seconds to pause before a default
680 から 9999 までを指定できます。
choice is made. Acceptable values are from 0 to
690 を指定した場合、待ち時間なしに既定値が選択され
9999. If 0 is specified, there will be no pause
70ます。

and the default choice is selected.

72/D 選択 nnnn 秒後に、選択される既定の選択を指定します。
/D choice Specifies the default choice after nnnn seconds.
73/C オプションで指定した選択のセット内に文字がなければ
Character must be in the set of choices specified
74なりません。nnnn を /T で指定する必要もあります。

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

76/M テキスト プロンプトの前に表示するメッセージを指定します。
/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 番目の選択は 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鳴らします。ツールによりエラー状況が検出された場合は、値が 255 の
sounds a warning beep. If tool detects an error condition,
87ERRORLEVEL を返します。ユーザーが CTRL+BREAK または
it returns an ERRORLEVEL value of 255. If the user presses
88CTRL+C を押した場合、ツールは値が 0 の ERRORLEVEL を返します。
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 "Yes には Y 、No には 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_ja-jp_b0f8282bff85ecbe\
File Size:9.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:8704
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:Japanese
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_ja-jp_54d98ca847287b88\

What is choice.exe.mui?

choice.exe.mui is Multilingual User Interface resource file that contain Japanese 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:0x411, 1200