From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Help :Problem compiling with djgpp Date: Tue, 23 Jun 1998 23:02:57 -0400 Organization: Two pounds of chaos and a pinch of salt. Lines: 25 Message-ID: <35906C61.CE8C7421@cs.com> References: <6mof1f$hac2 AT reader1 DOT wxs DOT nl> <35901975 DOT 492AF895 AT hotmail DOT com> NNTP-Posting-Host: ppp122.cs.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Roy Quitter wrote: > > I have win95 & DJGPP- here's how I did it: I created a batch file in my DJGPP > folder that sets the environment variables path, djgpp, rsxntdj, and lfn to > their appropriate values. It then launches command.com or RHIDE, whichever I > choose. By the way, if you do it this way, you don't have to mess with > autoexec.bat (I don't know exactly how win9x handles autoexec.bat anyway). Win95 (and Win98, AFAIK) handles autoexec.bat completely normally; it runs it when your computer boots. There's no trickery or chicanery; Windows 9x runs on top of plain ol' DOS. The easiest way to guarantee that the DJGPP settings are _always_ available to you no matter what kind of window, shell, or mode you run, is to put the required commands into your autoexec.bat. It's not brain surgery; it's just a couple of dozen characters in a text editor. An eight year old could do it. :-) -- --------------------------------------------------------------------- | John M. Aldrich | "Sin lies only in hurting other | | aka Fighteer I | people unnecessarily. All other | | mailto:fighteer AT cs DOT com | 'sins' are invented nonsense." | | http://www.cs.com/fighteer | - Lazarus Long | ---------------------------------------------------------------------