X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Andrew Wall" Newsgroups: comp.os.msdos.djgpp Subject: Re: NT for Autoexec Date: Sat, 28 Aug 2004 11:19:56 +0100 Lines: 31 Message-ID: <2pb4idFhqiscU1@uni-berlin.de> References: <20040827165241 DOT 10778 DOT 00003273 AT mb-m25 DOT news DOT cs DOT com> X-Trace: news.uni-berlin.de RmYyEZZ26XO9p7sciiwYegqzBmDMLdMgPAIfatvMeaYBad1jGg X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "NeoFireBlaze2" wrote in message news:20040827165241 DOT 10778 DOT 00003273 AT mb-m25 DOT news DOT cs DOT com... | Autoexec.bat is (i think) on XP as .nt and I am unsure of how to modify the | files becuase i tried earlier and it crashed my computer. | | Does anyone know how to get DjGPP to work on XP (NT). 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. -- Andrew