Date: Tue, 16 Oct 2001 16:19:38 +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: <3bcc37b8$0$584$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: > >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. > > COMSPEC=C:\WINDOWS\COMMAND.COM > PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C\DJGPP\BIN; ^^^ Here's your problem, right there: there should be a colon `:' between `C' and the following backslash.