Date: Tue, 16 Oct 2001 10:52:08 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: jgc9 cc: djgpp AT delorie DOT com Subject: Re: DOS can't find RHIDE with WindowME In-Reply-To: <3bcb49fd$0$577$afc38c87@news.optusnet.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 16 Oct 2001, jgc9 wrote: > "Eli Zaretskii" 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.