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비트) |
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. |
519 | pattern 파일에서 검색할 검색 패턴을 지정합니다. |
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 - 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 |