Message-ID: <3527AF34.96B8EE38@cyber-quest.com> Date: Sun, 05 Apr 1998 12:20:04 -0400 From: Jeff Taylor MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Setting a path References: <6g3fkp$fg9 AT hacgate2 DOT hac DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 207.51.80.81 Organization: Cyber-Quest, Inc. Lines: 19 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk How are you setting the path? I use export PATH="$PATH;~/bin" in _profile to add $HOME/bin and it works fine. Setting $HOME has to be done before bash starts. I am running it in a DOS box under Windows 95 and have a batch file that is run by Windows before it starts bash that sets HOME and a few other environment variables that apply to all my DOS boxes (ie. projects). Carlos Alcalde wrote: > I have not been able ( by editting .bashrc and _bashrc (I tried both just to > be safe) ) to direct my path so that under bash I can execute a command > located in my current directory. Under Linux I just add :. to my path. DJGPP > shows the addition when typing env but only the path from autoexec.bat gets > implemented. Any ideas?