This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Can not start UltraEdit using cygwin path


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]