Date: Tue, 4 Apr 2000 06:47:52 +0500 Message-Id: <200004040147.GAA00783@midpec.com> From: Prashant TR To: djgpp AT delorie DOT com In-reply-to: <38E8A1C5.7B1CC977@mailhost.ifi.ntnu.no> (message from larsegil on Mon, 03 Apr 2000 15:51:01 +0200) Subject: Re: Installation of DJGPP References: <38E8A1C5 DOT 7B1CC977 AT mailhost DOT ifi DOT ntnu DOT no> 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 larsegil proclaimed: > Hello I cant get my DJGPP up and running!! > > i get the error message > > cant find the DJGPP variabel D:\DJGPP\DJGPP.ENV > file does not exist > > and the file does exist and i have included this in my autoexec.bat > > set Path=D:\DJGPP\BIN\ %PATH% > set DJGPP=D:\DJGPP`DJGPP.ENV There you are. Both your lines are wrong. Use this: SET PATH=D:\DJGPP\BIN;%PATH% SET DJGPP=D:\DJGPP\DJGPP.ENV This should do the work!