From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp Subject: Re: Windows ME and DJGPP Date: Sat, 20 Jan 2001 22:02:07 -0500 Lines: 49 Message-ID: <94djdi$d4uk7$1@ID-57378.news.dfncis.de> References: <20010120205730 DOT 25849 DOT 00000491 AT ng-fd1 DOT aol DOT com> NNTP-Posting-Host: nas-204-217.rochester.navipath.net (64.20.204.217) X-Trace: fu-berlin.de 980046067 13793927 64.20.204.217 (16 [57378]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com First, check in the DOS-box the "set" or better "path" command. It must dump to the screen all environment variables currently present in the system or in case of "path", just this variable. If you don't see desired changes in the PATH variable try to make changes to the c:\autoexec.bat file instead of messing around with other stuff. This usually works perfectly. Good Luck -- Alexei A. Frounze alexfru [AT] chat [DOT] ru frounze [AT] ece [DOT] rochester [DOT] edu http://alexfru.chat.ru http://members.xoom.com/alexfru/ http://welcome.to/pmode/ "DLDSProcter" wrote in message news:20010120205730 DOT 25849 DOT 00000491 AT ng-fd1 DOT aol DOT com... > 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 searched out the go32-v2 and opened that directory and accessed the > application and received the information needed. > > When we try to access the RHIDE at the dos prompt it replies Bad command or > filename. > > Someone who has configured DJGPP on a Windows ME operating system I would > greatly appreciate hearing from you ASAP. Thank you for your assistance. > >