I suspect something has gotten screwed up with the path or a similar
system setting, can somebody let me know what a generic windows 2003
install path statement looks like -- or tell me what folder I need to
include -- or tell me that I am completely wrong and tendor another
solution :D
This through me - I thought these commands where generic and included
within cmd itself.
And now my Oracle server isn't running.
Sounds like your Path environment variable is messed up.
At a minimum, it should be
Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
Commands such as cd, dir, del are internal commands, as you suspect.
They are included in cmd.exe and do not require a path. Perhaps %cmdspec%
is corrupted - it should point at c:\windows\system32\cmd.exe. What
happens when you launch command.com instead? (This is a band-aid
solution only - command.com is a legacy 16-bit command processor!).
And by the way - there is no DOS under Windows server. DOS is an
operating system, same as Unix.
Does all of you which this has happened to, perhaps run SP 1, and have also
installed the SCW and run it?
// Henrik
"Pegasus (MVP)" <I....@fly.com> wrote in message
news:e2EZh5TY...@TK2MSFTNGP12.phx.gbl...