Message-Id: <199905172123.RAA13912@mail.abts.net> From: "waynem" <waynem AT abts DOT net> To: <djgpp AT delorie DOT com> Subject: Help Date: Mon, 17 May 1999 17:28:48 -0400 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Help me please I am installing DJGPP and I just can't seem to mess with the autoexec.bat file.And when I am able to mess with it and restart my computer it says starting windows 95 starting MS DOS but it never starts up and just prints off a lot of information what do I do? Here's where i'm stuck at can you help me? After unzipping all the zip files, set the DJGPP environment variable to point to the file DJGPP.ENV in the main DJGPP installation directory and add its BIN subdirectory to your PATH. Assuming your DJGPP installation is rooted at C:\DJGPP, put these two lines into your autoexec.bat file: set DJGPP=C:\DJGPP\DJGPP.ENV set PATH=C:\DJGPP\BIN;%PATH% Please e-mail me at waynem AT abts DOT net