“is not recognized as an internal or external command, operable program or batch file”
“is not recognized as an internal or external command, operable program or batch file”
"is not recognized as an internal or external command, operable program or batch file" - Windows 10. I'm getting this error when I type - driver or drivers or bat or command or make - at the prompt.
Please Help.
Thanks. Environment Variables has C:WindowsSystem32; I don't know how to specified in the PATH.
– Cesar Pinto
Jun 29 at 17:40
Use this link for reference : ginesys.atlassian.net/wiki/spaces/PUB/pages/9928717/…
– Archit Goyal
Jun 29 at 17:43
There are only 5527 results on Stack Overflow when searching for "not recognized as an internal or external".
– lit
Jun 30 at 1:25
Duplicate of What is the reason for '...' is not recognized as an internal or external command, operable program or batch file? There is by default not any application or script with name
driver.*
or drivers.*
or command.*
or make.*
with a file extension listed in environment variable PATHEXT
installed on Windows 10. The Windows command prompt is not a search engine. It is for executing commands, applications and scripts.– Mofi
Jun 30 at 9:14
driver.*
drivers.*
command.*
make.*
PATHEXT
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
check your environment variables that is the folder containing the command file is not found in any of the folder locations specified in the PATH variable. (E.g. PING.EXE is located in C:WindowsSystem32 but C:WindowsSystem32; is not found in any of the folders specified in the PATH variable.)
– Archit Goyal
Jun 29 at 17:26