Adding a directory to the PATH environment variable in Windows

前端 未结 18 1341
我在风中等你
我在风中等你 2020-11-21 05:13

I am trying to add C:\\xampp\\php to my system PATH environment variable in Windows.

I have already added it using the Environment Varia

18条回答
  •  难免孤独
    2020-11-21 06:06

    Use pathed from gtools.

    It does things in an intuitive way. For example:

    pathed /REMOVE "c:\my\folder"
    pathed /APPEND "c:\my\folder"
    

    It shows results without the need to spawn a new cmd!

提交回复
热议问题