Is there an equivalent of 'which' on the Windows command line?

后端 未结 26 2045
悲哀的现实
悲哀的现实 2020-11-22 00:40

As I sometimes have path problems, where one of my own cmd scripts is hidden (shadowed) by another program (earlier on the path), I would like to be able to find the full pa

26条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-22 00:48

    You can first install Git from Downloading Git, and then open Git Bash and type:

    which app-name
    

提交回复
热议问题