Yes, I have launched the new command prompt.
Main Topics
Browse All TopicsHi!
I have added some commands (.exe files) that I would like to add to the PATH so that when I run CMD.EXE, it can find the exe file.
I have edited the PATH system variable using these instructions
1 From the desktop, right-click My Computer and click properties.
2 In the System Properties window, click on the Advanced tab.
3 In the Advanced section, click the Environment Variables button.
4 Finally, in the Environment Variables window, highlight the path variable in the Systems Variable section and click edit. Add or modify the path lines with the paths you wish the computer to access.
Then when I execute CMD.EXE and echo PATH, I get a different result.
Where should I change the system wide system variable then?
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
If you logout and back in you'll find you should get the new path.
Explorer.exe is what retrieves these values but you simply can't kill explorer and start it to get the new system environment path. There is some other process on logon to create the path you see.
It's a combination of 3 locations
SYSTEM Path, USER Path, USER VOLATILE path
reg query "HKLM\SYSTEM\CurrentContro
reg query "HKCU\Environment" /v path
reg query "HKCU\Volatile Environment" /v path
Download Path Manager from:
http://support.microsoft.c
Add your path using this tool and the tool will update the path on your newly opened cmd.exe
pathman /as C:\UnxUtils\usr\local\wbin
Business Accounts
Answer for Membership
by: bluebelldiscoveryPosted on 2009-01-09 at 00:40:34ID: 23333696
After you have updated the path according to the <instructions>,
you have to launch a new command prompt to see the changes.