Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: localhost.localdomain: ronald set sender to blytkerchan AT users DOT sourceforge DOT net using -f Date: Wed, 3 Dec 2003 13:30:26 +0100 From: Ronald Landheer-Cieslak To: cygwin AT cygwin DOT com Subject: Re: How to execute bash file under /usr/bin despite setting PATH="/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH" Message-ID: <20031203123026.GB30490@linux_rln.harvest> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Disclaimer: I had nothing to do with it - I swear! X-loop: linux_rln.harvest On Wed, Dec 03, 2003 at 10:43:23AM +0100, Nguyen, Huu-Dung wrote: > Please help me to understand Cygwin because i am an unexperienced user of > CygWin > > I want to start some bash files or *.exe under /usr/bin so i have set in my > profile file > ... > PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH" > ... > and put my bash files or *.exe under /usr/bin but i can not start them from > anywhere in the Cygwin session. Did you perchange put your files in c:\cygwin\usr\bin ? (assuming you installed in c:\cygwin) If so, you should know that the c:\cygwin\bin directory is mounted to /usr/bin, which makes the contents of c:\cygwin\usr\bin invisible from within the Cygwin environment. This is by design. Move the files to c:\cygwin\bin and you should be OK. Note that in all this, I assume you've installed Cygwin's root in c:\cygwin. If it's in q:\tralala (which is possible, of course) replace every instance of c:\cygwin above with q:\tralala. > Why and what can i do to start them from anywhere in the Cygwin session ? If the above doesn't help, look at http://cygwin.com/problems.html to know how to give us more information about you problem :) HTH rlc -- Fraud is the homage that force pays to reason. -- Charles Curtis, "A Commonplace Book" -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/