X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <009401c48cfe$97738a50$84236652@rui> From: "cosmos" To: References: <20040827165241 DOT 10778 DOT 00003273 AT mb-m25 DOT news DOT cs DOT com> <2pb4idFhqiscU1 AT uni-berlin DOT de> Subject: Re: NT for Autoexec Date: Sat, 28 Aug 2004 13:57:36 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean Reply-To: djgpp AT delorie DOT com > I've got DJGPP working under XP. The only thing needed is to add lines > like: > > set path=%path%;c:\djgpp\bin > SET DJGPP=C:\DJGPP\DJGPP.ENV > > to Autoexec.nt, which I found on my machine in C:\WINDOWS\SYSTEM32 > > I've had trouble getting the path to work, so I've ended up with making a > batch file: > > set PATH=C:\DJGPP\BIN;C:\WINDOWS\SYSTEM32 > SET DJGPP=C:\DJGPP\DJGPP.ENV > > So I run cmd.exe, cd to where I want to be, run the above batch file, then I > can run any of the programs in DJGPP. > The manuals of DJGPP advise to make the changes in autoexec.BAT not autoexec.NT Also the changes are indicated as putting the following lines: set PATH=c:\djgpp\bin;%PATH% set DJGPP=c:\djgpp\djgpp.env Regards, Rui Fernandes