Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <39467A47.AA6A570A@wanadoo.fr> Date: Tue, 13 Jun 2000 12:15:35 -0600 From: "Jerome G. Benoit" X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 CC: Cygnus list Subject: Re: naive request: Cygwin and Windows/DOS program References: <706871B20764CD449DB0E8E3D81C4D433DC6BC AT opus DOT cs DOT cornell DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Paul Stodghill wrote: > > Do you want something that translated the command line arguments between > the two environments? Shell scripts are your friend... Exactly ! I guess that is the simpler way to do what I want: my thought was that there is some thing more specific. > > milhouse% cat `which iexplorer` > #!/bin/sh > > CMD='//C/Program Files/Internet Explorer/IEXPLORE.EXE' > > if [ "$1" -a -e "$1" ] ; then > D="`dirname \"$1\"`" > D="`cd \"$D\" ; pwd`" > F="`basename \"$1\"`" > P="$D/$F" > W="`cygpath -w \"$P\"`" > exec "$CMD" "$W" & > else > exec "$CMD" & > fi > milhouse% > > > -----Original Message----- > > From: Jerome G. Benoit [mailto:jgmbenoit AT wanadoo DOT fr] > > Sent: Tuesday, June 13, 2000 1:31 PM > > To: Cygnus list > > Subject: naive request: Cygwin and Windows/DOS program > > > > > > Hi ! > > > > Is there a simple trick to use Windows/DOS program under Cygnus/bash: > > e.g. I want to use my favorite Windows editor [namely WinEdt] under > > bash, > > but unfortunetly I cannot use carelessly because of links,mounts,... > > > > Note that there are a lot of canditate for this: TeX stuff, > > ghostscript,... > > > > Thanks inadvance, > > jerome BENOIT > > > > -- > > Want to unsubscribe from this list? > > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com > > > > -- > Want to unsubscribe from this list? > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com