💻 Software
How do you set and call a path variable in command prompt?
Fresh6 days ago
Mar 15, 202641785 viewsConfidence Score0%
0%
Problem
What I have to do currently: What I'd like to do: Is there a quick way to do this from the command prompt? Also, would I be able to call these path variables from Linux-based bash shells like the git bash shell or Cygwin?
Error Output
cd C:\Program Files (x86)\MyProgram\modules\bin
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How do you set and call a path variable in command prompt?
Low Risk
That's not really how the variable works. If you add a directory to the path variable, you don't have to change to the directory to execute a program. For example, will execute . If you just want to store a directory's name in a variable (which shou…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix