From: 100 DOT 188393 AT germanynet DOT de (Jens Braunewell) Newsgroups: comp.os.msdos.djgpp Subject: Re: Rookie mistakes II Date: Tue, 28 Oct 1997 22:56:56 GMT Organization: germany.net Onlinesysteme Lines: 20 Message-ID: References: <19971005155601 DOT LAA11947 AT ladder02 DOT news DOT aol DOT com> NNTP-Posting-Host: frankfurt.germany.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk "Carolyn Kelly-Pajot" wrote: > VBPeyton wrote in article <19971005155601 DOT LAA11947 AT ladder02 DOT news DOT aol DOT com>... > >I have the following lines added to my autoexec.bat > > set djgpp = c:\djgpp\djgpp.env > > set path = c:\djgpp\bin;%path% > > > >Finally, I have run go32-v2. I didn't receive your original message, so I just hope Carolyn reposted it completely. Is it possible that you didn't set the environment in the djgpp.env file? BTW you don't have to put an additional line "set path..." in your autoexec.bat. Just add C:\djgpp\bin to your "path" line: set path=c:\dos;C:\djgpp (for example, I hope you have a path declared already...) Hope this helps and it hasn't all been said before. If so, sorry! Stefan Braunewell