Date: Fri, 15 Jun 2001 15:51:36 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: palm tree Message-Id: <3395-Fri15Jun2001155135+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <20010615072319.12850.cpmta@c000.muc.cp.net> (message from palm tree on 15 Jun 2001 08:23:19 +0100) Subject: Re: Environment Variable for RHIDE References: <20010615072319 DOT 12850 DOT cpmta AT c000 DOT muc DOT cp DOT net> 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 > Date: 15 Jun 2001 08:23:19 +0100 > From: palm tree > > I need to set the environment variable for RHIDE to work with > DJGPP. Please tell me how to do this, as I am not able to open the > readme.1st file on my machine because clicking on it causes WinZip > 8.0 to start which of course doesnt work because its not a zipped > archive and there is no way around it. Instead of clicking on readme.1st, open a DOS box and type there: cd c:\djgpp more < readme.1st (assuming that c:\djgpp is where you installed DJGPP).