PDA

View Full Version : '[insert command here]' is not recognized as a...


jace195
01-22-2005, 11:34 AM
I have Windows XP.

Whenever I hit Start >> Run, type in 'cmd', the command prompt opens up.

But, whenever I enter ANY command, I always get the message

'[insert command here]' is not recognized as an internal or external command,
operable program or batch file.

Now, unless I'm missing something, shouldn't telnet, ipconfig, help, ls, etc. be working in command prompt?? Help is appreciated.

nevarmore
01-22-2005, 12:14 PM
type:

PATH=c:\windows\system\;c:\windows\system32\;c:\windows\


If that works then copy that into autoexec.bat.

sicarius
01-23-2005, 10:55 AM
and, what I always do is go to start->accessories->dos (or whatever) and make a shortcut on my desktop for it.

Silmaril8n
01-29-2005, 05:31 AM
In XP you may just want to add it into your environment variable accessed through right-clicking My Computer (it's in one of the tabs... I'm not using XP atm).

Viper007Bond
01-29-2005, 01:09 PM
and, what I always do is go to start->accessories->dos (or whatever) and make a shortcut on my desktop for it.
That isn't in XP. Unlike previous versions of Windows, XP isn't run off DOS. If you have XP installed, most likely you do not have DOS installed.

Justin
01-29-2005, 03:29 PM
That isn't in XP. Unlike previous versions of Windows, XP isn't run off DOS. If you have XP installed, most likely you do not have DOS installed.
The path is correct, but its called Command Prompt in windows XP. Start->Prog.->Acc.>Command Prompt

Viper007Bond
01-30-2005, 05:35 PM
The path is correct, but its called Command Prompt in windows XP. Start->Prog.->Acc.>Command Prompt
Exactly. (Missed reading the "(or whatever)" in the original post.)