Problem with command prompt

  • Thread starter Thread starter John Rosenlof
  • Start date Start date
J

John Rosenlof

Hi,

I'm running win2k server. Whenever I try to run a system command, such as
net use (net anything), calc, etc. the command line comes back and tells me
that it is not a known command, batch file, etc. I know that what has
happened is that it has lost its pointer, or whatever other means that it
uses, to know that when those things are typed that it should look in the
system32 folder. What I don't know is why that happened, and how to fix it.
Does anybody have any ideas?

Thanks,
John
 
Select Start/Run and type
sysdm.cpl
Click OK
Find "Environment variable" (or similar)
select a variable named "path" and check if ti contain
%SystemRoot%\system32
if not, add this with ; separator
 
Thanks! It solved the problem, and the extra added benefit was that I found
out about what a path statement is...Thanks again!

-John
 

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

Back
Top