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/

Reply via email to