Message-ID: <37075F73.427AEF70@lycosmail.com> Date: Sun, 04 Apr 1999 08:47:47 -0400 From: Adam Schrotenboer X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com, Patrick Mahoney Subject: Re: Newbie: Help w\error in RHIDE References: <37044CF1 DOT 6894C2F7 AT worldnet DOT att DOT net> <7e44cl$plc$1 AT usenet DOT kreonet DOT re DOT kr> <37065A66 DOT E28550B1 AT worldnet DOT att DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com > Had this like this in the first place, but would not take effect > without > turning off the computer completely. I was only telling Windows to > re-boot itself. Don't know why this make's a difference, but it did. > ;-) > > Next, I had to download and install the file ( csdpmi3b.zip ), DPMI > emulator. Once I had the computer running with the new autoexec.bat > file, GCC asked for this file itself, so that was easy enough to go > get. > > And lastly, I ran the SET program with this comand line: > > setdjgpp c:\djgpp c:/djgpp > > For anyone who's having the same problem, you must be in your > DJGPP\BIN directory to run this comand..... > > So far everything is working great! Once again, thanks to those of > you who offered suggestion's, and help... > Rusty There is also a programming called winset on the Win95 CD, in the RESKIT. This program allows you to set environment variables in the Windows global evironment. Unfortunately, it does not also set them in the local VM env't, but it still works pretty well. You still have to put the set the var in your autoexec.bat, but this way you don't have to reboot in order to use the var.