Aliases in Windows command prompt

后端 未结 16 2523
故里飘歌
故里飘歌 2020-11-22 10:47

I have added notepad++.exe to my Path in Environment variables.

Now in command prompt, notepad++.exe filename.txt opens the filename

16条回答
  •  囚心锁ツ
    2020-11-22 11:36

    Alternatively you can use cmder which lets you add aliases just like linux:

    alias subl="C:\Program Files\Sublime Text 3\subl.exe" $*
    

提交回复
热议问题