Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Tue, 13 May 2003 19:36:55 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Jim Kleckner cc: cygwin AT cygwin DOT com Subject: Re: Does cygstart always expand arguments? In-Reply-To: <3EC1679B.5080305@kleckner.net> Message-ID: Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 13 May 2003, Jim Kleckner wrote: > Igor Pechtchanski wrote: > > > On Tue, 13 May 2003, Jim Kleckner wrote: > ... > > I think you're confused about what cygstart does. Cygstart is for > > situations when, given a data file, you want to run the associated > > application, like double-clicking it in explorer. While you can use it to > > launch .exe's (by definition), it's probably not what you want in this > > case. Try invoking gvim without cygstart, i.e., simply > > > > $ gvim "file with spaces.txt" > > > > Hope this helps, > > Igor > > Running with > gvim "file with spaces.txt" & > is close to what I want but it is still > attached to the shell as a subprocess. > cygstart will nicely launch a completely > independent process. So that I can exit > the original bash and not have any issues > with accidentally foregrounding that process. > > I do have the .txt file type associated with > gvim but I use a text editor frequently to look > at arbitrary file types or file types that > correctly are registered to other programs. > e.g. .html. > > Thanks for the suggestion though. > Jim Jim, Yes, the above is a very valid reason - I haven't thought of that. FYI, the following works for me: cygstart gvim '"file with spaces.txt"' '"another file with spaces.txt"' Hope this helps, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! Knowledge is an unending adventure at the edge of uncertainty. -- Leto II -- 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/