Date: Sun, 27 Sep 1998 13:25:57 +0300 (IDT) From: Eli Zaretskii To: Neotronica cc: djgpp AT delorie DOT com Subject: Re: **Answers to DJGPP question NEEDED* In-Reply-To: <19980927005616.16401.00002432@ng-fb2.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 27 Sep 1998, Neotronica wrote: > I've attempted to add the necessary statements to my > autoexec.bat file while running windows and while in dos mode and both times, > after saving and rebooting, the file actually cannibalizes itself; the lines > actually disappear from the file. Any explanation for this?? I suspect you edited your AUTOEXEC.BAT in DOS mode both times. The problem is that DOS mode uses its own AUTOEXEC.BAT, which is usually named like AUTOEXEC.000 and copied to AUTOEXEC.BAT when you switch into the DOS mode, then deleted/renamed when you switch back. One way to be sure your additions work is to edit all the AUTOEXEC.* files you can find.