LoginSignup
4
3

More than 5 years have passed since last update.

Winメモ このコマンドはどこにある?

Last updated at Posted at 2017-01-20

概要

パスが通っているコマンドの実体を探し出してフルパスを表示する。
Linuxのwhichコマンド相当。

構文

コマンドプロンプト
where コマンド名

PowerShellの場合は拡張子までつけないとエイリアスのwhereが動いてしまう。

PowerShell
where.exe コマンド名

使用例

dos01.png

動作確認した環境

  • Windows 8.1
  • Windows 10
4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3