X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: KTrumpetsRule AT cs DOT com Message-ID: <2c9.1c78c67.30f92b50@cs.com> Date: Fri, 13 Jan 2006 11:12:00 EST Subject: Re: Setting env and path variables To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: CompuServe 2000 32-bit sub 103 X-Spam-Flag: NO Reply-To: djgpp AT delorie DOT com >>in Win9x you have to >>put these two in end of c:\AUTOEXEC.BAT I find it easier to put in a batch file (see below) and place the batch file in C:\WINDOWS\COMMAND and then open DOS box and run batch file. That way, env isn't cluttered up if I'm not using DJGPP. Bill echo off echo ****** echo * echo * THIS IS RHIDE ENVIRONMENT ONLY!!! NO RHIDE!!! echo * pause echo on set path=%PATH%;c:\djgpp\bin c:\djgpp\bin\setdjgpp c:\djgpp c:/djgpp **************************************************** Keller Racing "Performance By Design" KellerRcng AT cs DOT com http://ourworld.cs.com/KellerRcng/index.htm ****************************************************