Sender: tim AT mxrelay DOT g-net DOT be Message-ID: <3B9DAC29.E24B8B@falconsoft.be> Date: Tue, 11 Sep 2001 08:16:09 +0200 From: Tim Van Holder Organization: Anubex (www.anubex.com) X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.16-3 i686) X-Accept-Language: en, nl-BE, nl MIME-Version: 1.0 To: DOM1N1CANPOWER , djgpp AT delorie DOT com Subject: Re: DJGPP .ENV PROBLEM References: <20010910235649 DOT 23412 DOT 00000790 AT mb-ft DOT aol DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com DOM1N1CANPOWER wrote: > > Hi I am a newbie in computer programing and I chose c++ reading a book for > dummies, I tried to install the program but everytime i edit my autoexec.bat > files;set path c:\djgpp\djgpp.env and I tried to compile it says error variable > enviroment not define and sometimes it says it points to a file which doesn't > exist, and even though I got the program wit the disk. Also something funny > happens which is when i set Set path=c:\djgpp\bin;%path% and go to > msconfig=enviroment tab and click ok when promt that my autoexec.bat it's going > to windows register, when i reboot the problem still exist and my autoexec.bat > reads Set path=c:\djgpp\bin;%path%\c:\djgpp gnuc++ something can someone plz > help me thanks Since you use WinME, simply don't edit autoexec.bat; simply use msconfig directly. All you need to do is make PATH look right; something like PATH=C:\Djgpp\bin;C:\Windows;C:\Windows\System;C:\Windows\Command should be fine. Then add a variable called DJGPP DJGPP=C:\Djgpp\djgpp.env and you should be pretty much set.