Re: Calling bash shell from W2K batch script

2003-10-22 Thread Andrew DeFaria
Jared Ingersoll wrote: Hi, I was wondering if someone could provide the syntax for calling a cygwin shell script from the Windows 2000 cmd prompt. I'm trying to do something like this: d:\>start c:\cygwin\bin\bash -c "./script1.sh" But it doesn't seem to be working quite right, some pipes and s

Re: Calling bash shell from W2K batch script

2003-10-22 Thread Igor Pechtchanski
On Wed, 22 Oct 2003, Jared Ingersoll wrote: > Hi, > > I was wondering if someone could provide the syntax for calling a cygwin > shell script from the Windows 2000 cmd prompt. I'm trying to do something > like this: > > d:\>start c:\cygwin\bin\bash -c "./script1.sh" > > But it doesn't seem to be w

Re: Calling bash shell from W2K batch script

2003-10-22 Thread Christopher Faylor
On Wed, Oct 22, 2003 at 12:19:13PM -0400, Jared Ingersoll wrote: >Hi, > >I was wondering if someone could provide the syntax for calling a cygwin >shell script from the Windows 2000 cmd prompt. I'm trying to do something >like this: > >d:\>start c:\cygwin\bin\bash -c "./script1.sh" > >But it doesn'