command prompt

M

Marty Adkinson

For some reason (I'm sure it's something I've done) command prompt will
not allow me to execute any commands except "copy". I get the error
message that say that the command is not a recognized command. I need
to use "xcopy" and "attrib" from .bat files.
Windows XP SP2 with all current updates.
AVG antivirus plus firewall with all updates.
Internet Exp. 7 beta 2

Thanks,
Marty
 
B

Bruce Chambers

Marty said:
For some reason (I'm sure it's something I've done) command prompt will
not allow me to execute any commands except "copy". I get the error
message that say that the command is not a recognized command. I need
to use "xcopy" and "attrib" from .bat files.
Windows XP SP2 with all current updates.
AVG antivirus plus firewall with all updates.
Internet Exp. 7 beta 2

Thanks,
Marty


If you've already verified that the necessary files actually exist in
the proper folder on your hard drive, it may be that something has
happened to your path variable, so that the necessary files can not be
found.

It should look something like this:

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem

To edit the Path, right-click My Computer > Properties > Advanced >
Environmental Variables. In the System Variables windows, highlight
"Path" and click the <Edit> button.


--

Bruce Chambers

Help us help you:



They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. -Benjamin Franklin

Many people would rather die than think; in fact, most do. -Bertrum Russell
 

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

Top