Re: How to Start Multiple Windows Apps Using Cygwin

2010-04-22 Thread Yu, Lei
Dear all, Just to let you know that my issue could be solved following the advise from Herrn Kampe. That is, I could write rem @echo off start c:\Progra~1\Google\Google~1\googletalk.exe /startmenu start c:\Progra~1\Wxi86f~1\Messen~1\msnmsgr.exe in the bat file, to get what I need.

Re: How to Start Multiple Windows Apps Using Cygwin

2010-04-22 Thread Dave Korn
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 withou

Re: How to Start Multiple Windows Apps Using Cygwin

2010-04-22 Thread Morten Kjærulff
or create a shortcut to what you want to execute, and execute the .lnk file as a command -- www.MortenKjarulff.dk On Thu, Apr 22, 2010 at 9:37 AM, 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 star

Re: How to Start Multiple Windows Apps Using Cygwin

2010-04-22 Thread Thorsten Kampe
* 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 ach

How to Start Multiple Windows Apps Using Cygwin

2010-04-22 Thread Yu, Lei
Hi there,     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 ba