where.exe Where - Lists location of files 72f9bee3ef1d15c7bdd61ac201e0e1b7

File info

File name: where.exe.mui
Size: 7680 byte
MD5: 72f9bee3ef1d15c7bdd61ac201e0e1b7
SHA1: 1d37bbfd798c16e8d3361ae6268e38287c7a5e93
SHA256: 7bee8b03762b2787b25f0cd79a12dda01ba13d7cd1ac9ae91bc919b3d4a2be64
Operating systems: Windows 10
Extension: MUI
In x64: where.exe Where - Lists location of files(32비트)

Translations messages and strings

If an error occurred or the following message in Korean 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 Korean English
52사용법을 보려면 "WHERE /?"를 입력하십시오.
Type "WHERE /?" for usage help.
58오류: 잘못된 디렉터리가 지정되었습니다.
ERROR: Invalid directory specified.
60오류: /R과 더불어 "$env:pattern"을 사용할 수 없습니다.
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오류: /R과 더불어 "path:pattern" 포맷을 사용할 수 없습니다.
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"는 환경 변수이며 "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:
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:
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:where.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-where.resources_31bf3856ad364e35_10.0.15063.0_ko-kr_e04f75904d806b64\
File Size:7.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:7168
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:Korean
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Where - Lists location of files
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_ko-kr_8430da0c9522fa2e\

What is where.exe.mui?

where.exe.mui is Multilingual User Interface resource file that contain Korean language for file where.exe (Where - Lists location of files).

File version info

File Description:Where - Lists location of files
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:0x412, 1200