From: "jgc9" Newsgroups: comp.os.msdos.djgpp References: <3bc78654$0$593$afc38c87 AT news DOT optusnet DOT com DOT au> <4060-Sat13Oct2001105900+0200-eliz AT is DOT elta DOT co DOT il> Subject: Re: DOS can't find RHIDE with WindowME Date: Mon, 15 Oct 2001 11:40:38 +1000 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Lines: 33 Message-ID: <3bca54d6$0$568$afc38c87@news.optusnet.com.au> NNTP-Posting-Host: 198.142.177.76 X-Trace: 1003115735 568 198.142.177.76 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com How do I find the previous value of %PATH% John Casey "Eli Zaretskii" wrote in message news:4060-Sat13Oct2001105900+0200-eliz AT is DOT elta DOT co DOT il... > > From: "jgc9" > > Newsgroups: comp.os.msdos.djgpp > > Date: Sat, 13 Oct 2001 10:28:12 +1000 > > > > I want to use DJGPP and RHIDE on my new winME machine. > > The setup given is: > > > > set PATH = C:\DJGPP\BIN\;%PATH% > > set DJGPP= C:\DJGPP\DJGPP.ENV > > Lose those blanks around the equals sign `='. That's what gives you > trouble. > > > From START on the task bar I choose Run... and type > > and enter msconfig resulting in the System Configuration > > Utility program. I select Environment tab double click > > PATH variable and add C:\DJGPP\BIN\;%PATH% to its value. > > > > But I get this error: > > > > No environment value substitutions are allowed > > (no more than one %) > > Replace %PATH% with its previous value.