Date: Tue, 17 Oct 2000 18:58:41 +0800 From: Guan Foo Wah Subject: Re: Djgpp and Windows Me To: djgpp AT delorie DOT com Message-id: <002001c03829$5f3e31e0$38e4bcca@jeff> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook Express 5.50.4133.2400 Content-type: text/plain; charset=Windows-1252 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <009b01c037c0$2dec8e20$8be8bcca AT jeff> Reply-To: djgpp AT delorie DOT com > > WinMe does support autoexec.bat but it is only used to specify environment > > variables (eg DJGPP=c:\djgpp\djgpp.env). However, you cannot run programs > > (eg doskey) directly from autoexec.bat. That is the bad part. > > So what do I need to do? Right now there's a autoexec.nav in the root > directory and an autoexec.bat in C:/windows/command/ebd Do I need to > change one of these or do I need to create a new autoexec.bat file and put > it in the root directory? And do programs need to be run from autoexec.bat > for DJGPP to work? You can delete autoexec.nav. Norton Antivirus will created a autoexec.nav after installation to backup your autoexec.bat. If you don't have a c:\autoexec.bat, then create one. Otherwise, modify the existing c:\autoexec.bat. The one in c:\windows\command\ebd is only used when creating bootdisk. So it will not have any effect when booting from harddisk. You do not need to run any program from the autoexec.bat. Just set the environment variables. You should have at least this two lines in your c:\autoexec.bat DJGPP=c:\djgpp\djgpp.env PATH=c:\djgpp\bin