Unsolved
This post is more than 5 years old
2 Posts
0
49436
September 23rd, 2008 21:00
Command Prompt does not accept commands
Hello!
I have been looking all over for a solution for my problem, but since i can't find it in help/support or in forums i will just throw it out there and see if anyone has had the same issue too.
I use the cmd (command prompt) occassionally for checking my internet connectivity status (IP, DNS, etc), so i use it lightly and only know a couple of commands such as 'ipconfig', 'help', 'config /all' and so forth, but recently any command that i put in is not accepted and instead i get this message: "'[command I inserted]' is not recognized as an internal or external command, operable progam or batch file."
Does anyone have any idea of why I'm getting this message for ANY command i type in?
The only thing that produced a different result was when i typed: cd \ which only changed the prompt to the C:\ drive.
I am worried that i can't access this feature.
Any help is appreciated!
Thanks~!


Gruffly78
46 Posts
0
September 23rd, 2008 21:00
cd60
289 Posts
0
September 23rd, 2008 21:00
Anginsan08
2 Posts
0
September 23rd, 2008 22:00
Thanks for the quick response!
The problem has been there for a while now, 5 months maybe, and just now is that i have time to sit down and try to solve it. But yes, i have downloaded and installed many applications and software since i detected the problem so it would be a nightmare to try and figure out if something like that is what is causing the problem :(
I remember messing with the registry key but following directions from either a technical support tutorial, or with a live tech. support person, not on my own.
I have Windows XP Professional and i have installed from what i can remember
From before i knew of the cmd issue:
1) Adobe Creative Suite
2) Kaspersky Internet Security
3) Mavis Beacon Typing
4) Drivers for different periferals: webcam, scanner, printer, flash drives, etc.
5) Online software such as: Greenprint, iTunes, Flash, ActiveX, ......and others.
After I already knew of the problem i have installed:
1) Windows Service Pack 3
2) Internet Explorer 8 Beta
3) Windows Silverlight
4) Dell Support Center (free online application from Dell)
....As you can see, it could be a number of things, i just have no idea where to start.
Help!
ElkWapiti
513 Posts
0
September 23rd, 2008 23:00
One thing to check:
My Computer-> right click-> Properties->Advanced->Environment Variables->System variables and find “PATH”.
Add C:\windows\system32 at the end if not already present.
The exe file you are trying to run is located in the C:\Windows\system32 directory. You should be able to use CD to get to this directory and run it directly if need be.
Another option is to copy the ipconfig.exe file from c:\windows\system32 and place it in C:\Documents and Settings\Administrator folder. This last folder is where run looks to execute files.
cd60
289 Posts
0
September 23rd, 2008 23:00
Garred
2 Intern
•
418 Posts
0
September 24th, 2008 00:00
You should get something back like this:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
Cuestix
1 Message
0
November 2nd, 2012 13:00
SUCCESS! I tried everything in your post up before the last paragraph and that fixed the problem for me, thanks a bunch!!