Error in command line "The system cannot find the path specified."
--------------------------------------------------
Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Thinking It Over
--
Chapters
00:00 Question
00:37 Accepted answer (Score 47)
01:21 Answer 2 (Score 3)
02:05 Thank you
--
Full question
https://superuser.com/questions/727316/e...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows7 #commandline #cmdexe
#avk47
Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Thinking It Over
--
Chapters
00:00 Question
00:37 Accepted answer (Score 47)
01:21 Answer 2 (Score 3)
02:05 Thank you
--
Full question
https://superuser.com/questions/727316/e...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows7 #commandline #cmdexe
#avk47
ACCEPTED ANSWER
Score 50
Try the following.
- Open the Registry Editor (press
+R, type
regedit
and hit Enter) . - Navigate to
HKEY_CURRENT_USER\Software\Microsoft\Command Processor\AutoRun
and clear the values. - Also check
HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\AutoRun
.
ANSWER 2
Score 3
Your Path must be wrong. The issue is that your command prompt can't find any programs to match what you're entering.
- From your desktop, rick-click "My Computer" and click "Properties"
- In the System Properties window, click on the Advanced tab.
- In the Advanced section, click the Environment Variables button.
- In the Environment Variables window , highlight the Path variable in the Systems Variable section and click the Edit button.
I don't know the default PATH values you need, but I am willing to bet you have something that isn't right. Post what you have here.