X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Message-ID: <4BD00AA6.7050501@gmail.com> Date: Thu, 22 Apr 2010 09:36:54 +0100 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: How to Start Multiple Windows Apps Using Cygwin References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 On 22/04/2010 08:37, Thorsten Kampe wrote: > * Yu, Lei (Thu, 22 Apr 2010 15:27:32 +0800) >> I want to create a windows batch file, which can >> 1. initialize and start multiple Windows -- such as my gtalk and my MSN >> 2. keep the applications running >> 3. let the batch file itself exit without any trace. >> That is a bit difficult to achieve via normal windows batch file, >> since batch does not provide a background running mode [...] > > Sure it does: "start" Which can be invoked from a cygwin shell (should you still wish to do so) as "cmd /c start" plus whatever commandline and args you wanted to launch. cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple