LoginSignup
4
3

More than 5 years have passed since last update.

ファイルのフルパスがわかっている場合にエクスプローラで選択した状態で開く

Posted at

コマンドプロンプトから以下のコマンドを実行すると、指定したファイルが選択された状態でエクスプローラが開きます。地味に便利。

explorer /select,[ファイルパス]

explorer /select,"D:\Dropbox\scripts\Set_Registry_Editor_AutoHotkeyScript.ahk"

こんな感じ

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