Date: Wed, 1 Aug 2001 12:05:49 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Hwrd121 cc: djgpp AT delorie DOT com Subject: Re: autoexec.bat Problem win me In-Reply-To: <20010801034724.09114.00001723@mb-ma.news.cs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On 1 Aug 2001, Hwrd121 wrote: > I tried seting the first line as you said and ME still deleted it. I have > searched high and low and can't seem to find much on the subject. I did find > something to the effect of windows me executes the autoexec.bat in windows > instead of dos and there is some kind of patch that can be applied and changing > alot of windows settings. Has anyone gotten this to work correctly in Win ME > if so how exactly did you set up your autexec.bat file? Thanks. My advice would be to leave autoexec.bat alone on Windows ME. Instead, create a batch file with these lines, and then modify the properties of the DOS box to run this command line: command.com /e:2000 /k c:\djgpp\mydjgpp.bat where c:\djgpp\mydjgpp.bat is the batch file where you put those two lines. Then close the DOS box, open it again, and you should be able to use DJGPP from that DOS box.