Date: Tue, 19 Dec 2000 13:28:54 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Jason Green cc: djgpp AT delorie DOT com Subject: Re: I can't get the rhide command to work In-Reply-To: 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 Mon, 18 Dec 2000, Jason Green wrote: > > 1) I created a folder named "DJGPP"; 2) I downloaded the files picked > > by the autopicker for C++ programing; 3) I used WinZip to unzip my > > files and put them into my DJGPP folder; 4) I edited my AUTOEXEC.BAT > > file to enclude the lines "set PATH= C:\DJGPP\BIN;%PATH%" and "set > > DJGPP=C:\DJGPP\DJGPP.ENV"; 5) I rebooted. > > This is all good, except there shouldn't be a space after "PATH=", the > space will probably stop that command from taking effect. Actually, the space *after* the equals sign are ignored by COMMAND.COM. So this most probably is not the problem. > > Looking at my AUTOEXEC.BAT file from MS-DOS (as opposed to the edit > > screen), I noticed it has the line "set > > PATH=C:\DJGPP\BIN;C:\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND" in place > > of the line "set PATH=C:\DJGPP\BIN;%PATH%". So even though I typed > > the line in right, I think it is having problems with it (though this > > may be normal for all I know). > > I don't think this is normal. Actually, it _is_ normal.