Command-line Tools Are Not Recognized

G

Guest

OS-- Windows XP Pro SP2

When I try to run ANY command-line tool at the Command Prompt I'm getting
this error message :" 'Ipconfig /all' is not recognized as an internal or
external command, operable program or batch file."
The old DOS-based commands are recognized, like: DIR, PATH, CD, CLS

I can't find the reason of that. I'm very thankful in advance to any answer
and help that could help me to solve this problem without re-installing
Windows.

I think it's going to be an easy one for any MVP.
 
G

Guest

When I type command PATH then I'm getting this line:pATH=C:\Program
Files\Common Files\Roxio Shared\DLLShared\

Thanks a lot.
 
D

David Candy

Type environmental variables in Help to see how to normally change variables (path is a variable).

But for now type in Start Run

regedit

Go to

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment

and make sure Path is a Reg_Expand_SZ type and set it to

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program
Files\Common Files\Roxio Shared\DLLShared\

Restart windows and type path again and it should say

c:\windows\system32;c:\windows;c:\windows\system32\WBEM;C:\Program
Files\Common Files\Roxio Shared\DLLShared\

--
--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archives/_comment/001075.html
=================================================
Valentine St. said:
When I type command PATH then I'm getting this line:pATH=C:\Program
Files\Common Files\Roxio Shared\DLLShared\

Thanks a lot.
 
G

Guest

David, Thanks A Lot!!!
I did exactly as you wrote and now I have all my command-line utilities back
at Command Prompt.
Thanks a lot again.
 
Joined
Apr 7, 2007
Messages
1
Reaction score
0
Comands not recongnized at Command Pronpt

OS-- Windows XP Pro SP2

When I try to run ANY command-line tool at the Command Prompt I'm getting
this error message :" 'Ipconfig /all' is not recognized as an internal or
external command, operable program or batch file."
The old DOS-based commands are recognized, like: DIR, PATH, CD, CLS

I can't find the reason of that. I'm very thankful in advance to any answer
and help that could help me to solve this problem without re-installing
Windows.

I think it's going to be an easy one for any MVP.

--
Never Say Die!


I had same issue, and PATH was pointing to Direct X, all I did was edit the PATH line to PATH=C:\WINDOWS\SYSTME32 and it worked out fine after that I could run any command without any problem, all recognized.

GasparSilva
 
Joined
Dec 15, 2007
Messages
1
Reaction score
0
hi for any problem just mail me

not a big problem just do this and understand the concept behind it.
1.when we are going to start--> run-->cmd
it will open into the folder
C:\Documents and Settings\Administrator---ok
2.when we are giving ipconfig means we are trying to execute a .exe file which is under that folder
if it is not there it will then give an error"unrecognized command or file"
3.but when we install the operating system our required file get installed in the folder
C:\WINDOWS\system32
that means if u go to C:\WINDOWS\system32
through dos command and give ipconfig it will work.
5.Then go to C:\WINDOWS\system32 and copy that ipconfig file and place it in
C:\Documents and Settings\Administrator
and now run the command.problem solved...always be confident about ur basics it will help


IF solved please mail me at (e-mail address removed)
 
Joined
Sep 27, 2008
Messages
1
Reaction score
0
GasparSilva said:
OS-- Windows XP Pro SP2

When I try to run ANY command-line tool at the Command Prompt I'm getting
this error message :" 'Ipconfig /all' is not recognized as an internal or
external command, operable program or batch file."
The old DOS-based commands are recognized, like: DIR, PATH, CD, CLS

I can't find the reason of that. I'm very thankful in advance to any answer
and help that could help me to solve this problem without re-installing
Windows.

I think it's going to be an easy one for any MVP.

--
Never Say Die!


I had same issue, and PATH was pointing to Direct X, all I did was edit the PATH line to PATH=C:\WINDOWS\SYSTME32 and it worked out fine after that I could run any command without any problem, all recognized.

GasparSilva


Same here dude it worked!! sweet
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

DOS not working 4
Help 4
Administrative Tools help 5
Need help with a cmd command 2
Command Prompt Not working 17
CMD window from run menu 9
cmd lines tools not recognized? 0
Command prompt problems 3

Top