다른 뜻에 대해서는 WHERE 절 문서를 참조하십시오.- 윈도우 명령어 위치 확인
- 윈도우 where
- C:\Windows\System32\where.exe
방법
- 명령어
where 명령어
- 실행예시
C:\Users\zetawiki>where ipconfig
C:\Windows\System32\ipconfig.exe
C:\Users\zetawiki>where ping
C:\Windows\System32\PING.EXE
C:\Users\zetawiki>where where
C:\Windows\System32\where.exe
- → ipconfig, ping, where은 C:\Windows\System32에 있다.
C:\Users\zetawiki>where copy
정보: 제공된 패턴에 해당되는 파일을 찾지 못했습니다.
- → 파일로 수행되지 않는 cmd 내장 명령어는 위치를 찾을 수 없다.