X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com Subject: Re: executing an executable References: From: Markus E L Date: Sun, 16 Sep 2007 19:42:59 +0200 In-Reply-To: (Cole Radcliffe's message of "Sun, 16 Sep 2007 11:23:55 -0500") Message-ID: <52r6kywlp8.fsf@hod.lan.m-e-leypold.de> User-Agent: Some cool user agent (SCUG) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 "Cole Radcliffe" wrote: > I do an ls -la and I see I have an executable called "executable.exe". > I chmod to 777. Then I try to type "execut" and I press tab and it > does not find it. When I type in the entire name and press enter, bash > says the command is not found! It works fine on cygwin-x. Type ./executable or set your PATH variable to include "." (the latter is usually not recommended, even in cygwin, I think). And try to read up about PATH. Regards -- Markus -- 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/