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 ビット) |
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. |
17 | YN | 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 |
68 | 0 から 9999 までを指定できます。 |
choice is made. Acceptable values are from 0 to |
69 | 0 を指定した場合、待ち時間なしに既定値が選択され |
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: |
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 番目の選択は 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, |
87 | ERRORLEVEL を返します。ユーザーが CTRL+BREAK または |
it returns an ERRORLEVEL value of 255. If the user presses |
88 | CTRL+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: |
93 | CHOICE /? |
CHOICE /? |
94 | CHOICE /C YNC /M "Yes には Y 、No には 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 | 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: | 0x411, 1200 |