RE: Setting env and path variables
- From: "Matthew Petricone" <strstream@xxxxxxxxx>
- Date: Mon, 9 Jan 2006 23:40:47 -0500
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@xxxxxxxxxx]
Sent: Monday, January 09, 2006 8:24 PM
To: djgpp@xxxxxxxxxxx
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
>
>
>
.
- References:
- Re: Setting env and path variables
- From: alex bodnaru
- Re: Setting env and path variables
- Prev by Date: Re: Setting env and path variables
- Next by Date: Re: Setting env and path variables
- Previous by thread: Re: Setting env and path variables
- Next by thread: Re: Setting env and path variables
- Index(es):
Relevant Pages
|