Date: Sun, 21 Jan 2001 09:50:01 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: DLDSProcter cc: djgpp AT delorie DOT com Subject: Re: Windows ME and DJGPP In-Reply-To: <20010120205730.25849.00000491@ng-fd1.aol.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 21 Jan 2001, DLDSProcter wrote: > Trying to setup the program with the Windows ME operating system. Downloaded > files needed and unzipped them and edited the autoexec.bat at MS-DOS with the > following lines: > > SET PATH=C:\DJGPP\BIN;%PATH% > SET DJGPP=C:\DJGPP\DJGPP.ENV > > Opened the systems Enviornment Variables and the changes are displayed received > a message that it found new files and wrote them to the registry. You must > restart your computer. Did this and > > When we open up MS-DOS and tried typing the go32-v2 it replied with Bad command > or filename. I think that on Windows ME, after editing autoexec.bat, you may have to run MSConfig.exe and restart Windows to reflect changes to environment variables (e.g. PATH and DJGPP) from autoexec.bat to the registry. Did you do that?