On Sun, May 31, 2009 at 6:36 PM, Roger Head <rlinco...@yahoo.com> wrote: > Ummmm... errrr.... no, no, that's too easy. There must be a harder way to do > it.
As an alternative you can try looking into my http://git.kitsu.ru/mine/shell-wrapper.git (use snapshot link for topmost commit if you don't have git and don't know how to clone) Basically, for any command in bin you can create a .exe file in C:\cygwin\bin-public, which you can later add to your PATH. If will work for any cygwin executable, because it goes thru a wrapper that runs the command with cygwin's exec functions. First run make, then look at makewrappers.cmd for example of how I use it myself. -- 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/