Posted-Date: Wed, 7 Jan 1998 21:48:25 +0200 Message-ID: Comments: Authenticated sender is From: "Ivo Stoykov" Author-Address: istoykov plovdiv techno-link com Date: Wed, 7 Jan 1998 21:46:44 +0002 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Environment Variables Reply-To: istoykov AT plovdiv DOT techno-link DOT com CC: CWDeWitt Newsgroups: comp.os.msdos.djgpp Mail-To-News-Contact: postmaster AT nym DOT alias DOT net Organization: mail2news AT nym DOT alias DOT net Lines: 16 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk CWDeWitt wrote on Tue, 6 Jan 1998 18:04:18 -0800 in Newsgroups: comp.os.msdos.djgpp: > I'm trying to install DJGPP. Where and how do I change the environment > variables? In Readme.1st under section "Instalation" you can find: 3. After unzipping all the zip files, set the DJGPP environment variable to point to the file DJGPP.ENV in the main DJGPP installation directory and add its BIN subdirectory to your PATH. Assuming your DJGPP installation is rooted at C:\DJGPP, put these two lines into your autoexec.bat file: set DJGPP=C:\DJGPP\DJGPP.ENV set PATH=C:\DJGPP\BIN;%PATH%