X-Spam-Check-By: sourceware.org Message-ID: X-Sender: linq936 AT hotmail DOT com In-Reply-To: <4525B0FC.4020104@cygwin.com> From: "lin q" To: cygwin AT cygwin DOT com Subject: Can not start UltraEdit using cygwin path Date: Sun, 15 Oct 2006 18:25:09 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk 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 Hi, I am using BASH on cygwin, I define the following function to start UltraEdit, uedit () { uedit32.exe $@ & } But I find that I can only give it DOS path like this, uedit c:/tmp/log If I run it with cygwin path like this, uedit /cygdrive/c/tmp/log UltraEdit says the path is wrong. Interesting enough, I have similar function for gvim, vi () { gvim $@ & } But vi works with cygwin path correctly. Any suggestion? _________________________________________________________________ Search—Your way, your world, right now! http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&FORM=WLMTAG -- 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/