From: "Ben Peddell" Newsgroups: comp.os.msdos.djgpp References: <99vr4vkkmq25kbrrddd41vmbk40akl8a8a AT 4ax DOT com> Subject: Re: cant MAKE or RUN in RHIDE Lines: 22 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Tue, 18 Feb 2003 00:06:59 +1000 NNTP-Posting-Host: 144.134.89.5 X-Trace: newsfeeds.bigpond.com 1045490102 144.134.89.5 (Tue, 18 Feb 2003 00:55:02 EST) NNTP-Posting-Date: Tue, 18 Feb 2003 00:55:02 EST Organization: Telstra BigPond Internet Services (http://www.bigpond.com) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Here's a simple batch file that'll set DJGPP and PATH correctly: SET DJGPP=C:\DJGPP\DJGPP.ENV SET PATH=C:\DJGPP\BIN;%PATH% Mr. Newb wrote in message news:eEu3a.352752$HG DOT 59631227 AT news4 DOT srv DOT hcvlny DOT cv DOT net... > i ran rhide from the C:\ prompt, compiling didnt work. > > then i ran it when the prompt was C:\DJGPP. now it works > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.455 / Virus Database: 255 - Release Date: 02/13/2003 > >