About 2,300,000 results
Open links in new tab
  1. Adding a directory to the PATH environment variable in Windows

    Mar 3, 2012 · I am trying to add C:\\xampp\\php to my system PATH environment variable in Windows. I have already added it using the Environment Variables dialog box. But when I type …

  2. Add a folder to the PATH environment variable in Windows 10 …

    On StackOverflow and on the internet in general, there are outdated and few guides on how to add a specific folder to the Windows 10 PATH environment variable of the user. I think a …

  3. What are PATH and other environment variables, and how can I …

    So the question is: What are environment variables, like the executable PATH, and how can I change and use them on major operating systems? A good answer would include a simple …

  4. How do I set system environment variables in Windows 10?

    How do I set a system environment variable in Windows 10 (without using the registry editor)? (Note: Other answers don't specifically address Windows 10 - at least not yet - and they leave …

  5. cmd - How can I update the PATH variable permanently from the …

    How can I update PATH permanently from the command line for all processes in the future, not just for the current process? I don't want to do this by going to System Properties → Advanced …

  6. How to update the PATH user environment variable from …

    14 I have a system PATH variable with the system level config. I use the user PATH variable to complement the PATH with user-specific config. I would like to update the user PATH variable …

  7. How to set a folder to the path environment variable in Windows 11

    Nov 10, 2024 · Here is a video tutorial I created that shows how to set a folder to the path environmental variable in Windows 11. Alternatively, below is a step-by-step description of the …

  8. How to add a set path only for that batch file executing?

    Feb 7, 2021 · 240 Basically, I know I can go through my control panel and modify the path variable. But, I'm wondering if there is a way to through batch programming have a temporary …

  9. How do you set and call a path variable in command prompt?

    Finally, remember that %PATH% is a special variable, holding the locations of commands you execute. Don't set it to just anything; use %mydir% or whatever else instead.

  10. How to permanently set $PATH on Linux/Unix [closed]

    Most people want (or should want) the path to be set locally, because most users/roles are doing contextually different operations, and the fewer assumptions you make, the better.