About
Pricing
Community
Teams
Start Free Trial
Log in
LeighWardle
asked on
9/20/2018
Windows 10: How can I modify the Path that is used in a cmd session (i.e. Command Prompt)?
Hi Experts,
How can I modify the Path that is used in a Windows 10 cmd session (i.e. Command Prompt)?
Regards,
Leigh
Windows 10
Windows OS
4
1
Last Comment
LeighWardle
8/22/2022 - Mon
timgreen7077
9/20/2018
not sure I understand but if you want the prompt to be at a different directory type the following:
cd "c:\directory path"
LeighWardle
9/20/2018
ASKER
Hi Tim,
Sorry if my question was vague.
I want to add another folder to the PATH environment variable.
Currently when I type the path command, the output is:
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath
;C:\Progra
m Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\m
pirt;C:\Pr
ogram Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\c
ompiler;C:
\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32\mpir
t;C:\Progr
am Files (x86)\Common Files\Intel\Shared
Libraries\redist\ia32\comp
iler;C:\WI
NDOWS\syst
em32;C:\WI
NDOWS;C:\W
INDOWS\Sys
tem32\Wbem
;C:\WINDOW
S\System32
\WindowsPo
werShell\v
1.0\;C:\WI
NDOWS\Syst
em32\OpenS
SH\;C:\Pro
gram Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\
Users\Leig
h\AppData\
Local\Micr
osoft\Wind
owsApps;
I want to add C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE to this PATH
ASKER CERTIFIED SOLUTION
Lee W, MVP
9/20/2018
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
LeighWardle
9/20/2018
ASKER
Thanks Tim & Lee.
Lees' suggestion "To Modify it for ALL command prompts going forward" worked for me,
Your help has saved me hundreds of hours of internet surfing.
fblack61
cd "c:\directory path"