Mail Archives: djgpp/2001/10/16/04:56:41
On Tue, 16 Oct 2001, jgc9 wrote:
> "Eli Zaretskii" <eliz AT is DOT elta DOT co DOT il> wrote in message
> news:Pine DOT SUN DOT 3 DOT 91 DOT 1011015110046 DOT 23336H-100000 AT is...
> >
> > On Mon, 15 Oct 2001, jgc9 wrote:
> >
> > > How do I find the previous value of %PATH%
> >
> > Open a DOS box and type "set [Enter]". Look for the line which
> > begins with "PATH=". What's after the equals sign is the value of
> > PATH that you should type instead of %PATH%.
>
> I tried that. What I found was of course the value I was already
> entered into PATH namely:
> C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DJGPP\BIN
> repeating this string didn't make any difference. Typing RHIDE from
> any directory other than C:\DJGPP\BIN where RHIDE resides
> still resulted in a "bad command or file name" error.
So you are saying that C:\DJGPP\BIN appears in your PATH when you type
"set" from the DOS box's prompt, but nevertheless typing "rhide"
doesn't invoke it?
I find that hard to believe. Please type "set > environ.txt", then
post here the contents of the file `environ.txt' created by this
command. Also, please type "dir c:\djgpp\bin\rhide*" and post here
what did that print.
- Raw text -