where.exe Where - 列出檔案的位置 b4ba8690a4ef0e656b4116d3613b621e

File info

File name: where.exe.mui
Size: 6656 byte
MD5: b4ba8690a4ef0e656b4116d3613b621e
SHA1: 41ca6bc9cb5e7f2546c06ddc538e8935b8936533
SHA256: cdff419132bf34bfa8fb1b3d86ff1c92cff1b39cc459fc69e65f346bf6d991c0
Operating systems: Windows 10
Extension: MUI
In x64: where.exe Where - 列出檔案的位置 (32 位元)

Translations messages and strings

If an error occurred or the following message in Chinese (Traditional) 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 (Traditional) 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 dir] [/Q] [/F] [/T] pattern...


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對應的檔案。(安靜模式)

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.

519pattern 指定搜尋模式讓檔案對應。
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" 是環境變數,搜尋將於
specified, where "env" is an environment variable and
523指定的 "env" 環境變數中
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
5322 表示失敗或錯誤。

of 2 for failures or errors.

533範例:
Examples:
534WHERE /?
WHERE /?
535WHERE myfilename1 myfile????.*
WHERE myfilename1 myfile????.*
536WHERE $windir:*.*
WHERE $windir:*.*
537WHERE /r c:\windows *.exe *.dll *.bat
WHERE /R c:\windows *.exe *.dll *.bat
538WHERE /Q ??.???
WHERE /Q ??.???
539WHERE "c:\windows;c:\windows\system32:*.dll"
WHERE "c:\windows;c:\windows\system32:*.dll"
541WHERE /f /t *.dll
WHERE /F /T *.dll
5001錯誤: ERROR:
5002警告: WARNING:
5003成功: SUCCESS:
5004資訊: INFO:
5005不適用 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:where.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-where.resources_31bf3856ad364e35_10.0.15063.0_zh-tw_7197f868825c5b70\
File Size:6.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:6144
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 (Traditional)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Where - 列出檔案的位置
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:where.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:where.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-where.resources_31bf3856ad364e35_10.0.15063.0_zh-tw_15795ce4c9feea3a\

What is where.exe.mui?

where.exe.mui is Multilingual User Interface resource file that contain Chinese (Traditional) language for file where.exe (Where - 列出檔案的位置).

File version info

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:0x404, 1200