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

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.