From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: Is there a problem running RHIDE & DJGPP under a dos window? Date: Thu, 25 Jun 1998 20:24:52 +0200 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 19 Message-ID: <6mu4k0$s53$1@news-hrz.uni-duisburg.de> References: <35925FD5 DOT F05AC1EB AT cue DOT satnet DOT net> NNTP-Posting-Host: ppp150.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Thu, 25 Jun 1998 09:33:57 -0500, "Ronald Patiņo G" wrote: > I already added C:\djgpp\bin to my autoexec path but it doesn' work > where can i configure the path varible when a dos windows start? Check if you have multiple PATH entries there. The PATH setting in the autoexec.bat works in DOS windows as well. Alternatively, you can add a batch file to your RHIDE or DOS command line icon (right click->Properties->Program->Batch file) and insert a line like PATH c:\djgpp\bin;%PATH% there. But that's probably more complicated. If you don't find the problem, post your autoexec.bat here. Regards... Michael