X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:mime-version:content-type:content-transfer-encoding:x-mailer:x-mimeole:in-reply-to:thread-index:message-id; b=OBYFAkN109AU5lisvpa6zOnsNtC7AZizBtYwHR8z8a9Y7+qHPgWMRD1t5vFA38iiskp0Eh+ROtwklPTST9fRxqNml+4KjFD28kwjuR9QOzjItADgXgWAlP+ZghQggNDp0vxZ6CxLp7OQeiByLqlz+eeooACb0asqSmqfbekDlU0= From: "Matthew Petricone" To: Subject: RE: Setting env and path variables Date: Mon, 9 Jan 2006 13:13:21 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 In-reply-to: Thread-Index: AcYVPrqizeoRPVLoT6eimIclrGab1QAB1G8Q Message-ID: <43c2a7be.07455755.7f45.670a@mx.gmail.com> 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 Right click "My Computer" Select "Properties" Navigate to the "Advanced" Tab. Click "Enviornmental Variables" Near the bottom In the bottom list, find "Path" or "PATH" double click. This will set it up for ALL users. You must be an administrator. At the end of the "Variable Value" text box, add the following. ";C:\DJGPP\BIN\;" that semi colen is important. Click "Ok" Near the bottom of the window, click "New" Under "Variable Name" type DJGPP Under "Variable Value" enter "C:\DJGPP\DJGPP.ENV" . NOTE: I am assuming DJGPP.ENV is your environmental file for DJGPP. You mis-typed it below. Click "Ok". Click "Ok" again. Click "Ok" once more. That should do it. -----Original Message----- From: BobWright [mailto:thebobs1947 AT cox DOT net] Sent: Monday, January 09, 2006 11:55 AM To: djgpp AT delorie DOT com Subject: Setting env and path variables I am a newbie to XP and am used to set DJGPP=C:\DJGPP\.ENV set PATH=C:\DJGPP\BIN;%PATH% in Win98se I cannot figure out how to put this information into the two boxes at "My Computer>properties>Environment Variables" Thank you