public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANN] cyg-wrapper.sh
@ 2002-12-05 19:33 Luc Hermitte
  2002-12-07 23:43 ` Soren A
  2002-12-10  8:59 ` [ANN] cyg-wrapper.sh Matt Armstrong
  0 siblings, 2 replies; 8+ messages in thread
From: Luc Hermitte @ 2002-12-05 19:33 UTC (permalink / raw)
  To: cygwin

Hello,


cyg-wrapper v2.2 has been uploaded on my web site:
    http://hermitte.free.fr/cygwin/#Win32
    http://hermitte.free.fr/cygwin/cyg-wrapper.sh


cyg-wrapper is a shell script that helps to run, from cygwin,
command-line applications that have been compiled for windows only ; ie:
applications un-aware and independant of the cygwin layer.[1] 

cyg-wrapper converts pathname arguments, passed to win32 programs, from
the written form (unix/dos/windows ; relative or absolute) to the DOS
(short [2] ; and absolute) form that win32 command-line programs
understand.

It extends what cygpath do, to every pathname arguments, and resolves
the symbolic links.


A typical way of use is for instance:
  alias gvim='cyg-wrapper.sh "C:/Progra~1/Edition/vim/vim61/gvim.exe" 
     -binary-opt=-c,--cmd,-T,-t,--servername,--remote-send,--remote-expr
     --fork=1'
that defines the alias 'gvim' which:
  - calls the win32 version of Gvim,
  - converts every pathname argument (identified as beeing those that do
    not begin with '+' or '-', and that do not directly follow '-c',
    '--cmd', '-T', ...)
  - forks immediately ; which replaces the disabled '-f' option of the
    win32 version of gvim.


Note: the latest version of cyg-wrapper requires cygUtils and more
precisally realpath. An older but slower version is also available on
my web site.

Feedback appreciated.


[1] BTW, Is there a canonical expression to designate such applications ?
    I tend to use "native win32 applications/programs", but I'm not sure
    it is really correct in English.
[2] This form has been privileged because of the MsWindows 9x series.
-- 
Luc Hermitte

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-12-17 16:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-05 19:33 [ANN] cyg-wrapper.sh Luc Hermitte
2002-12-07 23:43 ` Soren A
2002-12-08 11:49   ` [ANN] cyg-wrapper.sh Luc Hermitte
2002-12-09 15:44     ` Soren A
2002-12-10  8:59 ` [ANN] cyg-wrapper.sh Matt Armstrong
2002-12-12 18:59   ` [ANN] cyg-wrapper.sh Luc Hermitte
2002-12-16 19:04     ` Matt Armstrong
2002-12-17  8:33       ` Luc Hermitte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).