| File name: | where.exe.mui |
| Size: | 7680 byte |
| MD5: | bf6d0bbe699ff3c4228affb2ccb29cce |
| SHA1: | a3e6281646a81fcefb037d467a8afe9239772e01 |
| SHA256: | f132713c5f3881805f73298e985ad839f7690fbd6606204fec8227def8c64251 |
| Operating systems: | Windows 10 |
| Extension: | MUI |
| In x64: | where.exe Where - ファイルの場所の一覧表示 (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 |
|---|---|---|
| 52 | "WHERE /?" と入力すると使用法が表示されます。 |
Type "WHERE /?" for usage help. |
| 58 | エラー: 指定のディレクトリは無効です。 |
ERROR: Invalid directory specified. |
| 60 | エラー: "$env:pattern" は /R では使用できません。 |
ERROR: "$env:pattern" cannot be used with /R. |
| 63 | エラー: "$env:pattern" の中にパターンが見つかりません。 |
ERROR: Missing pattern in "$env:pattern". |
| 64 | 情報: "%s" が見つかりませんでした。 |
INFO: Could not find "%s". |
| 65 | エラー: 再帰オプションにディレクトリが指定されていません。 |
ERROR: No directory specified for recursive option. |
| 66 | エラー: 環境変数 "%s" が見つかりません。 |
ERROR: Environment variable "%s" is not found. |
| 68 | エラー: 無効な引数またはオプションです - '%s'。 |
ERROR: Invalid argument or option - '%s'. |
| 70 | 情報: 与えられたパターンのファイルが見つかりませんでした。 |
INFO: Could not find files for the given pattern(s). |
| 71 | エラー: "path:pattern" の中にパターンが見つかりません。 |
ERROR: Missing pattern in "path:pattern". |
| 72 | エラー: "path:pattern" の形式は /R で使用できません。 |
ERROR: "path:pattern" format cannot be used with /R. |
| 73 | エラー: "$env:pattern" で無効なパターンが指定されました。 |
ERROR: Invalid pattern is specified in "$env:pattern". |
| 74 | エラー: "path:pattern" で無効なパターンが指定されました。 |
ERROR: Invalid pattern is specified in "path:pattern". |
| 75 | このコマンドの構文は次のとおりです: |
The syntax of this command is: |
| 501 | WHERE [/R ディレクトリ] [/Q] [/F] [/T] パターン... |
WHERE [/R dir] [/Q] [/F] [/T] pattern... |
| 502 | 説明: |
Description: |
| 503 | 検索パターンに一致するファイルの場所を表示します。 |
Displays the location of files that match the search pattern. |
| 504 | 既定では、現在のディレクトリおよび PATH 環境変数によって指定された |
By default, the search is done along the current directory and |
| 505 | パス内を検索します。 |
in the paths specified by the PATH environment variable. |
| 507 | パラメーター一覧: |
Parameter List: |
| 508 | /R 指定したパターンに一致するファイルを、指定したディレクトリから |
/R Recursively searches and displays the files that match the |
| 509 | 開始して再帰的に検索し表示します。 |
given pattern starting from the specified directory. |
| 511 | /Q 一致したファイルの一覧を表示せずに、終了コード |
/Q Returns only the exit code, without displaying the list |
| 512 | のみを返します (Quiet モード)。 |
of matched files. (Quiet mode) |
| 514 | /F 一致したファイル名を二重引用符内に表示します。 |
/F Displays the matched filename in double quotes. |
| 516 | /T 一致したすべてのファイルのサイズ、最終変更日および時刻を |
/T Displays the file size, last modified date and time for all |
| 517 | 表示します。 |
matched files. |
| 519 | パターン ファイルの検索パターンを指定します。パターンには |
pattern Specifies the search pattern for the files to match. |
| 520 | ワイルドカードである * および ? を使用することができます。 |
Wildcards * and ? can be used in the pattern. The |
| 521 | "$env:pattern" や "path:pattern" 形式で指定する |
"$env:pattern" and "path:pattern" formats can also be |
| 522 | こともできます。"env" は環境変数で、"env" 環境 |
specified, where "env" is an environment variable and |
| 523 | 変数で指定されたパスで検索が行われます。これら |
the search is done in the specified paths of the "env" |
| 524 | の形式は /R スイッチと同時には使用できません。 |
environment variable. These formats should not be used |
| 525 | パターンに PATHEXT 変数の拡張子を追記して |
with /R. The search is also done by appending the |
| 526 | 検索を実行することもできます。 |
extensions of the PATHEXT variable to the pattern. |
| 528 | /? このヘルプを表示します。 |
/? Displays this help message. |
| 530 | 注意: このツールは、検索に成功するとエラー レベル 0 を、 |
NOTE: The tool returns an error level of 0 if the search is |
| 531 | 成功しなかった場合は 1 を、失敗またはエラーの場合は |
successful, of 1 if the search is unsuccessful and |
| 532 | 2 を返します。 |
of 2 for failures or errors. |
| 533 | 例: |
Examples: |
| 534 | WHERE /? |
WHERE /? |
| 535 | WHERE myfilename1 myfile????.* |
WHERE myfilename1 myfile????.* |
| 536 | WHERE $windir:*.* |
WHERE $windir:*.* |
| 537 | WHERE /R c:\windows *.exe *.dll *.bat |
WHERE /R c:\windows *.exe *.dll *.bat |
| 538 | WHERE /Q ??.??? |
WHERE /Q ??.??? |
| 539 | WHERE "c:\windows;c:\windows\system32:*.dll" |
WHERE "c:\windows;c:\windows\system32:*.dll" |
| 541 | WHERE /F /T *.dll |
WHERE /F /T *.dll |
| 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: | Where - ファイルの場所の一覧表示 |
| File Version: | 10.0.15063.0 (WinBuild.160101.0800) |
| Company Name: | Microsoft Corporation |
| Internal Name: | where.exe |
| Legal Copyright: | © Microsoft Corporation. All rights reserved. |
| Original Filename: | where.exe.mui |
| Product Name: | Microsoft® Windows® Operating System |
| Product Version: | 10.0.15063.0 |
| Translation: | 0x411, 1200 |