From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Have solved the problem. Date: Tue, 09 Oct 2001 22:17:20 +0200 Lines: 28 Message-ID: <3BC35B50.7C7710D3@is.elta.co.il> References: <3bc176ac$0$32423$afc38c87 AT news DOT optusnet DOT com DOT au> <9prukg$s0r$1 AT antares DOT lu DOT erisoft DOT se> <3bc21594$0$20842$afc38c87 AT news DOT optusnet DOT com DOT au> <3BC231CC DOT 35B1F590 AT is DOT elta DOT co DOT il> <3bc25b2c$0$577$afc38c87 AT news DOT optusnet DOT com DOT au> <3bc354cf$0$584$afc38c87 AT news DOT optusnet DOT com DOT au> NNTP-Posting-Host: 192.116.55.139 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 1002658632 21697590 192.116.55.139 (16 [61365]) X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com jgc9 wrote: > > > >You can also set environment variables under (gasp!) Environment. > > > > But how? > > > > I double clicked PATH and up came a Edit Variable Window. > > > > Name: PATH > > Variable Value: C:\WINDOWS;C\WINDOWS\COMMAND > > > > I didn't want to fiddle and mess it up. > > How do you give PATH more than one "value". Edit the above value to be like this: C:\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND > > Even the terminology is new to me. Unless > > they mean PATH is a string. The value of PATH is indeed a string. It is a list of directories separated by semicolons. Windows searches each of those directories for programs when you invoke a program without naming it with its full path name. To set the DJGPP variable, you need to create a new variable. There should be some button like Add to do that. Name the variable DJGPP and give it the value C:\DJGPP\DJGPP.ENV. Then reboot the machine.