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:in-reply-to:thread-index:x-mimeole:message-id; b=Vo3rVvQFjA+FRaFoEIddlxA6BqYLaEMqUWf+PqPo0IVIEM/Smwz0BB5kVqt8c93JnF9AbH2strf80pZxNq7VgtYIOyZK/grWcdoVmvqfWEkt75gAwCqPKA4kUkuBwqWJfbgqNo+1Ja3Ldznz1YgBwkyiKiIzhcdIhPt2uxnuYWw= From: "Matthew Petricone" To: Subject: RE: Setting env and path variables Date: Mon, 9 Jan 2006 23:40:47 -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 In-reply-to: <43C30CBA.5060306@alex3> Thread-Index: AcYVhTa/DL6FbqpBTbOqhhp49eBsYAAGkiEQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-ID: <43c33ad1.0fc5fba9.7d3d.26de@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 If you set up a batch file, with the commands below and run it in a command prompt under winXP it should work. You'd have to run that batch file everytime you start the command prompt though - and every instance of a command prompt you run. It's better to put it in the env. Variables. This way other programs can call it easily. But.. that djgpp var is not typed correctly. -----Original Message----- From: alex bodnaru [mailto:alexbodn AT 012 DOT net DOT il] Sent: Monday, January 09, 2006 8:24 PM To: djgpp AT delorie DOT com Subject: Re: Setting env and path variables hi, the first row is a variable in it's own right, while you should manually prepend c:\djgpp\bin to your already existing path variable. i'm not entirely sure, but this batch fragment my also work in winxp. alex BobWright wrote: > 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 > > >